Databases
Provision managed PostgreSQL or MySQL from the same project you deploy from, then open it in the data explorer right away: browse tables, run SQL, import a file, export a table or the whole database.
Pick a database, wait three seconds, explore it.
From form to first query, in four steps.
Pick a size, wait three seconds, and the database is ready with credentials already in your app. The data explorer opens on the same screen.
Pick a tier, region, and storage size. Turn on high availability for workloads that cannot take downtime.
Standard · europe-west1 · 10 GB
A production Postgres instance comes up on Cloud SQL, provisioned for you. Nothing to patch or back up by hand.
orders-db · ready · 3.0s
The admin password is encrypted at rest. Connection details land in your app as environment variables.
DATABASE_URL=postgres://…
Open the data explorer right away: browse tables, run SQL, import a file, export a table or the whole database.
orders.csv · 1,248 rows
Wired to your app.
The database connects to the application in the same project. Connection details are set as environment variables on your backend, so it can reach Postgres without extra setup.
What you get with every database.
A production PostgreSQL or MySQL instance, provisioned for you on Cloud SQL. No servers to patch or back up by hand.
Choose a tier, region, and storage size when you create it, and change them as the app grows.
Turn on high availability for workloads that cannot take downtime.
The admin password is encrypted at rest. Connection details are wired into your app as environment variables.
The database connects to the application in the same project, so your backend can reach it without extra setup.
Frontend, backend, and database live together. One place to deploy, one place to manage.
Browse tables and rows and run SQL against the database the moment it is ready, in the same console.
Load data from a file into a table. Seed a new database or bring an existing one over.
Export a table or the whole database whenever you need a copy of your data.
Full stack in one place.
Most hosts stop at the frontend and leave the database to you. Light Cloud runs the whole app: a static site or a container for the code, and a managed Postgres instance for the data, provisioned and connected from the same console. You deploy from GitHub and your backend already knows how to reach the database.
Provision Postgres and deploy your backend from the same project. Start free on the Free plan.