Platform

Databases

Manage PostgreSQL lifecycle, credentials, and extensions.

Database lifecycle

Create a database inside an existing project, start or stop supported dedicated databases, and destroy a database independently from its project. Destroying the database also removes its backups.

Credentials and passwords

Nyas exposes direct and pooled PostgreSQL connection modes when available. Retrieve credentials only when needed, and set or regenerate the project password when rotating access.

Keep credentials outside source control. Use environment variables or your secret manager.

PostgreSQL extensions

The console lists extensions supported by the project database and can enable or disable them. Review an extension's data and dependency implications before removal.