Deploy to Database
Apply your schema directly to your cloud database — no SQL file download required.
Supported providers
- Supabase
- Neon
Steps
- Click Export in the top-right of the ERD panel
- Select Deploy to database
- Choose your provider (Supabase or Neon)
- Enter your connection details
- Review the SQL that will be executed
- 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