A powerful command-line utility for backing up and restoring PostgreSQL, MySQL, MongoDB, and SQLite databases with compression support.
# Install with Go
go install github.com/AdityaNarayan29/masstDB@latest
Everything you need for database backup management
Backups are gzip compressed by default, saving up to 70% storage space.
Uses native database tools for maximum performance and reliability.
Works on macOS, Linux, and Windows with a single binary.
Credentials stay local. No data sent to external servers.
Track backup activities with timestamps, sizes, and durations.
Simple CLI commands with helpful flags and documentation.
Backup any of these databases with a single command
pg_dump / psql
mysqldump / mysql
mongodump / mongorestore
sqlite3 .dump
Get started in seconds with intuitive CLI commands
MasstDB is free, open-source, and ready to use.