Manage
Users, databases, extensions, resizing, and password rotation.
Full control over a running instance, without needing to SSH into a server.
Users and databases
Create additional databases and users within an instance, and grant specific users access to specific databases — from the Databases and Users tabs, or with the CLI.
Extensions
Enable extensions your engine supports directly from the dashboard — PostGIS, pgvector, uuid-ossp, and others for Postgres, depending on version. One click, no manual CREATE EXTENSION session required (though you can still run one yourself if you prefer).
Resizing
Grow (or shrink) CPU and RAM allocated to the instance from Resources. This applies without you needing to recreate the database or migrate data.
Rotating a password
If a credential has leaked or you just want to cycle it, rotate the password from the instance's Settings. The new credential is generated immediately; update anywhere the old connection string was used, including your app's environment variables if it's not using the auto-injected one.
Running queries directly
For a one-off query or a quick look at the schema, use the CLI or the dashboard's query console rather than opening a full client — see CLI Reference.