Click any tag below to further narrow down your results
Links
Sqldef allows you to manage database schemas using plain SQL across multiple database systems like MySQL and PostgreSQL. You define your schema in a single SQL file, and sqldef generates the necessary migrations to update your database. It supports idempotent operations, making it safe to run multiple times without unintended changes.