macOS
brew install db-vcslocal Homebrew formula metadata
brew / rank 17900
Version control for MySQL databases. Version 1.1 via Homebrew; verified from local package data. Also installable with nix: nix profile install nixpkgs#db.
install
brew install db-vcslocal Homebrew formula metadata
sudo apk add dbAlpine Linux edge package indexes · db · source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#dbnixpkgs package indexes · db · source: raw.githubusercontent.com
sudo pacman -S dbArch Linux sync databases · db · source: geo.mirror.pkgbuild.com
sudo zypper install libdb-4_8openSUSE Tumbleweed package metadata · libdb-4_8 · source: download.opensuse.org
overview
Version control for MySQL databases
history
db-vcs is a small command-line tool for saving, restoring, and archiving MySQL database snapshots in a project-local repository. It treats database dumps as artifacts that can be named, loaded, exported, and inspected from the shell.
The GitHub repository was created in April 2019 and the README frames the tool as MySQL-only for now, with extension points for other database systems left as a possibility. Its first public tags, 1.0 and 1.1, are visible in the official repository tag list.
The upstream README documents Homebrew as the macOS installation path and direct cloning for Linux and other systems. That pattern points to a niche developer-tool audience: people who want a lightweight snapshot workflow around migrations and environment refreshes rather than a full migration framework.
A typical db-vcs workflow starts with db init, which creates a .db repository in the project root and records connection details. Users then run commands such as db save, db load, db export, db import, db structure, and db log to move database dumps through development, staging, and local recovery scenarios.
The package is notable as a Unixy database helper: it wraps mysqldump-style operations in a project repository model, leaves credentials in a predictable ignored file, and exposes everything as simple subcommands. It appeals to package users who prefer shell tools and visible files over a service-backed database workflow.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
db | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/infostreams/db
install metadata
| Package key | brew:db-vcs |
|---|---|
| Version | 1.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/db-vcs |
| Homepage | https://github.com/infostreams/db |
| Repository | https://github.com/infostreams/db |
| License | MIT |
| Source archive | https://github.com/infostreams/db/archive/refs/tags/1.1.tar.gz |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | db-vcs |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
db
nix profile install nixpkgs#dbdb 5.3.28-r7
The Berkeley DB embedded database system
https://www.oracle.com/technology/software/products/berkeley-db/index.html
sudo apk add dbdb-c++ 5.3.28-r7
C++ binding for libdb
https://www.oracle.com/technology/software/products/berkeley-db/index.html
sudo apk add db-c++db-dev 5.3.28-r7
The Berkeley DB embedded database system (development files)
https://www.oracle.com/technology/software/products/berkeley-db/index.html
sudo apk add db-devdb-doc 5.3.28-r7
The Berkeley DB embedded database system (documentation)
https://www.oracle.com/technology/software/products/berkeley-db/index.html
sudo apk add db-docdb-utils 5.3.28-r7
Utils for The Berkeley DB embedded database system
https://www.oracle.com/technology/software/products/berkeley-db/index.html
sudo apk add db-utilsdb 6.2.32-4
The Berkeley DB embedded database system
https://www.oracle.com/technology/software/products/berkeley-db/index.html
sudo pacman -S dblibdb-4_8 4.8.30-48.3
Berkeley DB Database Library Version 4.8
https://oracle.com/technetwork/products/berkeleydb/
sudo zypper install libdb-4_8source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.