1 link tagged with all of: sql + schema-management + migrations + idempotent + cli-tools
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.
schema-management ✓
sql ✓
migrations ✓
idempotent ✓
cli-tools ✓