macOS
brew install kyoto-cabinetlocal Homebrew formula metadata
安装
brew install kyoto-cabinetlocal Homebrew formula metadata
概览
Library of routines for managing a database
历史
Kyoto Cabinet is Mikio Hirabayashi's C++ DBM library for simple key-value databases backed by hash tables, B+ trees, and related storage variants. It belongs to the Tokyo Cabinet, Tokyo Tyrant, Kyoto Cabinet, Kyoto Tycoon, and Tkrzw family of compact key-value tools.
The official specification traces Kyoto Cabinet through the older Unix DBM line: original DBM, NDBM, SDBM, GDBM, TDB, Berkeley DB, QDBM, and Tokyo Cabinet. Hirabayashi wrote QDBM in 2003 to replace GDBM for performance reasons, Tokyo Cabinet in 2007 as a successor to QDBM, and Kyoto Cabinet in 2009 as another successor focused on space efficiency, parallelism, portability, usability, and robustness.
Kyoto Cabinet differs from Tokyo Cabinet by being written in C++ with an object-oriented API, a common interface across multiple database implementations, and portability goals that include non-POSIX systems. Its official page dates the work to the 2009-2012 FAL Labs period and points users toward Tkrzw as its successor.
Kyoto Cabinet became a known package in Unix package managers because it offered an embeddable key-value store with language bindings and command-line utilities. It appealed to users who wanted DBM-style storage without running a full database server.
The package installs libraries plus utilities such as kchashmgr, kctreemgr, kcpolymgr, and test tools. Typical uses are local key-value indexes, caches, compact persistent maps, data conversion jobs, and applications that need hash or ordered B+ tree storage behind a simple API.
Kyoto Cabinet is package-nerd catnip because it is a whole database lineage compressed into a small C++ library and a pile of precise command-line tools. It is also a reminder of the DBM tradition that predates the Redis/LevelDB/RocksDB era but still solves many local storage problems with less moving machinery.
安全态势
broad file, network, media, or database tool signal.
blue 风险 · 中 置信度 · tool
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
kccachetest | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
kcdirmgr | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
kcdirtest | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
kcforestmgr | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
kcforesttest | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
kcgrasstest | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
kchashmgr | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
kchashtest | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
kclangctest | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
kcpolymgr | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
kcpolytest | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
kcprototest | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
kcstashtest | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
kctreemgr | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
kctreetest | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
kcutilmgr | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
kcutiltest | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:kyoto-cabinet |
|---|---|
| 版本 | 1.2.80 |
| 软件包管理器 | Homebrew |
| 主页 | https://dbmx.net/kyotocabinet/ |
| 最后更新 | 2026-06-25T13:37:47+02:00 |
| Pulse | updated |
| Bottle | 未记录 |
| 服务 | 未声明 |
来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.