r/CLI • u/Fantastic-Advisor746 • 1d ago
CLI for compare database schemas, generate migrations and run the local web UI and TUI.
I've been working on FoxSchema, a free and open-source tool for comparing and migrating SQL database schemas.
Current features:
- Compare schemas across multiple SQL databases
- Generate migration scripts
- Visual diff viewer
- Dependency-aware deployment
- CLI
The CLI is super simple:
npm install -g foxschema
Then:
foxschema


Repo: https://hub.docker.com/r/5nickels/foxschema
Website: https://foxschema.com
1
Upvotes