macOS
brew install db-vcslocal Homebrew formula metadata
brew / Rang 17882
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für db-vcs in AI-Agent-Workflows.
Installation
brew install db-vcslocal Homebrew formula metadata
sudo apk add dbAlpine Linux edge package indexes · db · Quelle: dl-cdn.alpinelinux.org
nix profile install nixpkgs#dbnixpkgs package indexes · db · Quelle: raw.githubusercontent.com
sudo pacman -S dbArch Linux sync databases · db · Quelle: geo.mirror.pkgbuild.com
sudo zypper install libdb-4_8openSUSE Tumbleweed package metadata · libdb-4_8 · Quelle: download.opensuse.org
Überblick
Version control for MySQL databases
Verlauf
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.
Sicherheitslage
broad file, network, media, or database tool signal.
blue Risiko · mittel Konfidenz · tool
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
db | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:db-vcs |
|---|---|
| Version | 1.1 |
| Paketmanager | Homebrew |
| Homepage | https://github.com/infostreams/db |
| Repository | https://github.com/infostreams/db |
| Bottle | nicht erfasst |
| Dienst | keiner deklariert |
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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_8Quellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.