macOS
brew install tinycdblocal Homebrew formula metadata
sudo port install tinycdbMacPorts ports tree · databases/tinycdb/Portfile · source: api.github.com
brew / rank 6243
Create and read constant databases. Version 0.81 via Homebrew; verified from local package data. Also installable with debian: sudo apt install libcdb-dev.
install
brew install tinycdblocal Homebrew formula metadata
sudo port install tinycdbMacPorts ports tree · databases/tinycdb/Portfile · source: api.github.com
sudo apt install tinycdbDebian stable package indexes · tinycdb · source: deb.debian.org
sudo dnf install tinycdbFedora Rawhide package metadata · tinycdb · source: dl.fedoraproject.org
nix profile install nixpkgs#tinycdbnixpkgs package indexes · pkgs/by-name/ti/tinycdb/package.nix · source: api.github.com
sudo pacman -S tinycdbArch Linux sync databases · tinycdb · source: geo.mirror.pkgbuild.com
overview
Create and read constant databases
history
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.
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 |
|---|---|---|---|
cdb | executable | indexed executable | Discovered from the local executable index. |
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.
install metadata
| Package key | brew:tinycdb |
|---|---|
| Version | 0.81 |
| Package manager | Homebrew |
| Homepage | https://www.corpit.ru/mjt/tinycdb.html |
| Bottle | not recorded |
| Service | none declared |
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
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-7.fc45
Utility and library for manipulating constant databases
http://www.corpit.ru/mjt/tinycdb.html
sudo dnf install tinycdbtinycdb-devel 0.80-7.fc45
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#cdbsource 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.