macOS
brew install tinycdblocal Homebrew formula metadata
sudo port install tinycdbMacPorts ports tree · databases/tinycdb/Portfile · ソース: api.github.com
brew
tinycdb のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install tinycdblocal Homebrew formula metadata
sudo port install tinycdbMacPorts ports tree · databases/tinycdb/Portfile · ソース: api.github.com
sudo apt install tinycdbDebian stable package indexes · tinycdb · ソース: deb.debian.org
sudo dnf install tinycdbFedora Rawhide package metadata · tinycdb · ソース: dl.fedoraproject.org
nix profile install nixpkgs#tinycdbnixpkgs package indexes · pkgs/by-name/ti/tinycdb/package.nix · ソース: api.github.com
sudo pacman -S tinycdbArch Linux sync databases · tinycdb · ソース: geo.mirror.pkgbuild.com
概要
Create and read constant databases
履歴
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.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
cdb | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://www.corpit.ru/mjt/tinycdb.html
インストールメタデータ
| パッケージキー | brew:tinycdb |
|---|---|
| バージョン | 0.81 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/tinycdb |
| ホームページ | https://www.corpit.ru/mjt/tinycdb.html |
| 上流ドキュメント | https://www.corpit.ru/mjt/tinycdb.html |
| ライセンス | LicenseRef-Homebrew-public-domain |
| ソースアーカイブ | https://www.corpit.ru/mjt/tinycdb/tinycdb-0.81.tar.gz |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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#cdbソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.