Managed PostgreSQL next to your app.
Databases
Provision managed PostgreSQL from the same project you deploy from.
Create a database
Pick a tier, a region, and a storage size. The database is provisioned on Cloud SQL. You can change the tier and storage as the app grows.
High availability
Turn on high availability for workloads that cannot take downtime.
Credentials
The admin password is encrypted at rest. Connection details are made available to your app as environment variables, so your backend can reach the database without extra setup. See Environment variables.
Full stack in one place
Frontend, backend, and database live in the same project. You deploy from Git and the database is already connected.