Skip to content
All guides

Databases

Provision a managed database and run queries in your browser.

Provision a database

Open the Databases tab and choose an engine. We create the database and a dedicated user, then show you the host, credentials, and a ready to paste connection string. Rotate the password or delete the database at any time.

MySQL and PostgreSQL are available as SQL databases. More engines are on the way.

Query in your browser

Each SQL database has a built in editor. Browse tables and columns in the sidebar, write a query, and run it with Cmd/Ctrl and Enter. Queries run as your database user, so you can only reach your own data.