Diff live database schemas against declarative SQL before schema drift reaches production with sqldef
Compare checked-in SQL against live MySQL, PostgreSQL, SQLite, or SQL Server schemas and generate a reviewable apply plan before agents touch production databases.
Diff live database schemas against declarative SQL before schema drift reaches production with sqldef
Compare checked-in SQL against live MySQL, PostgreSQL, SQLite, or SQL Server schemas and generate a reviewable apply plan before agents touch production databases.
Installation
Method 1, Agent Skill Exchange
- Install from the marketplace listing: https://agentskillexchange.com/skills/diff-live-database-schemas-against-declarative-sql-before-schema-drift-reaches-production-with-sqldef/
Method 2, Git clone
git clone https://github.com/agentskillexchange/skills.git && cd skills/skills/diff-live-database-schemas-against-declarative-sql-before-schema-drift-reaches-production-with-sqldef
Method 3, Download ZIP
- Download the repository ZIP and extract
skills/diff-live-database-schemas-against-declarative-sql-before-schema-drift-reaches-production-with-sqldef.
Method 4, Manual copy
- Copy this skill folder into your local skills directory, then reload your agent tooling.
Method 5, Fork and sync
- Fork the repository if you want to maintain local edits while syncing upstream changes.