I am trying to connect neon to my test database (using rails). I manage the connection but as part of running tests I create databases. Default user doesn’t have permission to create database. How can I create root user in my project or make my user root user.
1 Like
Hi! We (yet) don’t give permission to create a database from SQL, but you can navigate to settings > databases
to create a new one.
Hello, just wanted to check if you had an update on this and if creating databases from SQL was on the roadmap. Best,