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