0
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
get the error below:
ActiveRecord::StatementInvalid: PG::ObjectInUse: ERROR: database "platform_development" is being accessed by other users
Only with the closed GUI (Navicat) can I execute the command. It is possible to enable support for multiple simultaneous connections without having to close the GUI?