Skip to main content

Deploy to Database

Apply your schema directly to your cloud database — no SQL file download required.

Supported providers

  • Supabase
  • Neon

Steps

  1. Click Export in the top-right of the ERD panel
  2. Select Deploy to database
  3. Choose your provider (Supabase or Neon)
  4. Enter your connection details
  5. Review the SQL that will be executed
  6. Click Deploy

What happens

TalkingSchema generates the appropriate SQL for your database and executes it against your connection. All CREATE TABLE statements, constraints, and enum types are applied.

Important notes

  • New databases only — deploying to a database with existing tables may cause conflicts
  • Review before deploying — always check the generated SQL in the preview step
  • Credentials — connection credentials are used for the deploy operation only and are not stored

After deploying

Your schema is live in your database. You can:

  • Start using the database immediately
  • Use TalkingSchema to iterate and re-export SQL for migrations