Docs · 6 of 8

Database

Start with the built-in PostgreSQL, or connect Supabase or your own PostgreSQL. Includes the migration flow.

Back to documentation

Database options

Every LilBuz project can have a real database. You can start instantly with the built-in one or connect your own.

Steps

  1. Open the Database view. It shows your active database and its status.
  2. To add another, click Add Connection and enter the provider's details.
  3. 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:

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:

  1. Connect your Supabase integration.
  2. Confirm the schema to migrate.
  3. Precheck existing Supabase tables - choose Safe (only add what's missing) or Replace (overwrite).
  4. Export, Upload, and Verify - LilBuz moves your schema over and confirms every table.
  5. Activate Supabase as your live database.
Back to documentation