macOS
brew install tinycdblocal Homebrew formula metadata
sudo port install tinycdbMacPorts ports tree · databases/tinycdb/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für tinycdb in AI-Agent-Workflows.
Installation
brew install tinycdblocal Homebrew formula metadata
sudo port install tinycdbMacPorts ports tree · databases/tinycdb/Portfile · Quelle: api.github.com
sudo apt install tinycdbDebian stable package indexes · tinycdb · Quelle: deb.debian.org
sudo dnf install tinycdbFedora Rawhide package metadata · tinycdb · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#tinycdbnixpkgs package indexes · pkgs/by-name/ti/tinycdb/package.nix · Quelle: api.github.com
sudo pacman -S tinycdbArch Linux sync databases · tinycdb · Quelle: geo.mirror.pkgbuild.com
Überblick
Create and read constant databases
Verlauf
TinyCDB is Michael Tokarev's small C library and command-line utility for creating, reading, querying, and dumping constant databases. Its official page describes it as compatible to a great extent with Dan J. Bernstein's cdb-0.75 package while offering a smaller, single-library implementation.
The project belongs to the cdb lineage: Bernstein introduced the constant database data structure, and TinyCDB reimplemented that model with a single libcdb library, one cdb utility, a cleaner opaque-structure API, lower memory requirements during creation, and compatibility interfaces for cdb-0.75 and older cdb APIs.
The official page recommends Debian users install through the standard apt repository and mentions RPM packaging support. The batch input records packages for Homebrew, Debian/Ubuntu libcdb-dev, Fedora, MacPorts, Nix, and Arch, which matches TinyCDB's role as a small system library shipped by OS package sets.
TinyCDB is used when a mostly static set of key/value records should be rebuilt atomically and queried quickly. The official examples highlight indexing large user lists such as passwd-like data, and the included cdb utility covers creation, querying, dumping, and conversion from cdbmake-style input.
TinyCDB matters to package nerds because it is a classic small-C Unix component: public-domain-to-MIT licensing, a stable ABI-style header and library, a single CLI utility, and broad distro packaging. It is the kind of dependency that appears under mail, authentication, lookup, and other low-level packages that want cdb files without a heavier database.
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 |
|---|---|---|---|
cdb | cli | globales Executable |
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.
https://www.corpit.ru/mjt/tinycdb.html
Installationsmetadaten
| Paketschlüssel | brew:tinycdb |
|---|---|
| Version | 0.81 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/tinycdb |
| Homepage | https://www.corpit.ru/mjt/tinycdb.html |
| Upstream-Dokumentation | https://www.corpit.ru/mjt/tinycdb.html |
| Lizenz | LicenseRef-Homebrew-public-domain |
| Quellarchiv | https://www.corpit.ru/mjt/tinycdb/tinycdb-0.81.tar.gz |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | tinycdb |
| Version Scheme | 0 |
| Revision | 1 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
libcdb-dev 0.81-2
development files for constant databases (cdb)
http://www.corpit.ru/mjt/tinycdb.html
sudo apt install libcdb-devlibcdb1 0.81-2
shared library for constant databases (cdb)
http://www.corpit.ru/mjt/tinycdb.html
sudo apt install libcdb1tinycdb 0.81-2
utility to manipulate constant databases (cdb)
http://www.corpit.ru/mjt/tinycdb.html
sudo apt install tinycdbtinycdb
nix profile install nixpkgs#tinycdblibcdb-dev 0.81-1build1
development files for constant databases (cdb)
http://www.corpit.ru/mjt/tinycdb.html
sudo apt install libcdb-devlibcdb1 0.81-1build1
shared library for constant databases (cdb)
http://www.corpit.ru/mjt/tinycdb.html
sudo apt install libcdb1tinycdb 0.81-1build1
utility to manipulate constant databases (cdb)
http://www.corpit.ru/mjt/tinycdb.html
sudo apt install tinycdbtinycdb 0.80-6.fc44
Utility and library for manipulating constant databases
http://www.corpit.ru/mjt/tinycdb.html
sudo dnf install tinycdbtinycdb-devel 0.80-6.fc44
Development files for tinycdb
http://www.corpit.ru/mjt/tinycdb.html
sudo dnf install tinycdb-develtinycdb 0.81-2
Very fast and simple package for creating and reading constant data bases
https://www.corpit.ru/mjt/tinycdb.html
sudo pacman -S tinycdbtinycdb
sudo port install tinycdbcdb
sudo port install cdbcdb
nix profile install nixpkgs#cdbQuellspur
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.