Back
2023CompletedFeatured
migrate-safely
A schema migration tool that refuses to run anything it cannot undo.
- Rust
- PostgreSQL
- SQLite
An open-source CLI that analyses a migration before it runs, classifies it as reversible or destructive, and requires an explicit acknowledgement for the second kind.
It has caught three production-shaped mistakes on my own projects, which is the only endorsement I can honestly offer.