Database options
Every LilBuz project can have a real database. You can start instantly with the built-in one or connect your own.
- LilBuz database (auto-provisioned) - ready to use immediately, no setup. Great for getting started fast.
- Supabase - connect your own Supabase project (PostgreSQL + auth + storage).
- Custom PostgreSQL - connect any PostgreSQL database with your own connection details.
Steps
- Open the Database view. It shows your active database and its status.
- To add another, click Add Connection and enter the provider's details.
- To switch which database is live, click Use this (or Activate) on the one you want.
What you can do
From the database tools you can:
- Browse Tables - view tables, search, and preview rows and columns.
- Run SQL - write and execute queries in the SQL editor.
- Visualize the schema - see how your tables relate.
- Check logs - review queries and performance.
Moving from the built-in database to Supabase
When you're ready to go from the auto-provisioned database to your own Supabase, use Migrate to Supabase. It's a guided, step-by-step flow:
- Connect your Supabase integration.
- Confirm the schema to migrate.
- Precheck existing Supabase tables - choose Safe (only add what's missing) or Replace (overwrite).
- Export, Upload, and Verify - LilBuz moves your schema over and confirms every table.
- Activate Supabase as your live database.