Data and work
Managed Postgres
Provision several named databases per environment, inspect them, and manage credentials safely.
A project can have several named Postgres databases in each environment. Choose the SKU and database
region at creation. The shown-once connection string uses a Korve hostname and standard TLS.
Store the connection string immediately as a server-side environment variable. It cannot be fetched
later. Rotation prints a new connection string and invalidates the old password, so update the
application and redeploy as one coordinated change.
The explorer supports schema inspection, cursor-bounded rows, exactly one read-only SQL statement,
cancellation, and metadata-only history. Query results are bounded to 500 rows.
Use backups, branches,
metrics, and the advisor before production changes.
See the Databases API.