macOS
brew install tinycdblocal Homebrew formula metadata
sudo port install tinycdbMacPorts ports tree · databases/tinycdb/Portfile · ソース: api.github.com
brew / 順位 6243
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 | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:tinycdb |
|---|---|
| バージョン | 0.81 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://www.corpit.ru/mjt/tinycdb.html |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの 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-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#cdbソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.