I use PostgreSQL in my API and if my GUI (Navicat) is open accessing the application database and try to run the command db:drop db:create db:migrate db:seed
I get the error below:
ActiveRecord::StatementInvalid: PG::ObjectInUse: ERROR: database "platform_development" is being accessed by other users
Only with the GUI (Navicat) closed can I carry out the command. Is it possible to enable support for multiple concurrent connections without having to close the GUI?