infostreams/db
Version control for databases: save, restore, and archive snapshots of your database from the command line observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2704
- days_rel: n/a
- days_push: 1804
- n_releases_24m: 0
Adoption not part of the score
1298 stars · 27 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A command-line tool that provides version control for MySQL databases, letting you save, restore, and archive snapshots from different database servers. It supports syncing database dumps between environments such as local development, staging, and production.
Use cases
- snapshot my mysql database before running migrations
- restore database to a previous state from the command line
- pull a database dump from staging down to localhost
- archive database snapshots in a project repository
- sync database between dev and production environments
When to choose
- you work with MySQL and want git-like snapshots of your database
- you need to move database dumps between dev, staging, and production servers
- you want a simple shell-based backup/restore workflow without heavy tooling
When to avoid
- you use PostgreSQL, SQLite, or other non-MySQL databases
- you need continuous or scheduled production backups rather than manual snapshots
- you need a GUI or managed backup service
Facets
cli-tool · maturity maintenance
database backup developer-tools cli databases developer-tools cli mysql snapshots database-dumps version-control shell-script environment-sync command-line linux macos
1 source
- readme: https://github.com/infostreams/db · fetched 2026-08-28 · 58698654b60b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| infostreams/db | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem