Herdux is an open-source CLI for managing local databases. It supports PostgreSQL, MySQL, and SQLite with a unified interface: same commands, same flags, any engine.
npm install -g herdux-cli
herdux list
herdux backup mydb --drop --yes
herdux restore ./backup.dump --db mydb
herdux doctorBuilt for developers who manage databases locally and want predictable, safe tooling without reading man pages or remembering engine-specific flags.
- Repository: https://github.com/herdux/herdux-cli
- Install: npm install -g herdux-cli
License: MIT