Switch to new database created

How can I switch to the new database that I have created in the UI of supabase using the SQL query
CREATE DATABASE LEARNING;
CREATE DATABASE LEARNING;
2 Replies
Papa Johns
Papa JohnsOP4mo ago
There is no option to switch to the newly created database on the UI
garyaustin
garyaustin4mo ago
The UI only supports the default postgres database. You could use a 3rd party tool like Datagrip or DBeaver.

Did you find this page helpful?