macOS
brew install lmdblocal Homebrew formula metadata
sudo port install lmdbMacPorts ports tree · databases/lmdb/Portfile · ソース: api.github.com
brew
lmdb のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install lmdblocal Homebrew formula metadata
sudo port install lmdbMacPorts ports tree · databases/lmdb/Portfile · ソース: api.github.com
sudo apk add lmdbAlpine Linux edge package indexes · lmdb · ソース: dl-cdn.alpinelinux.org
sudo dnf install lmdbFedora Rawhide package metadata · lmdb · ソース: dl.fedoraproject.org
nix profile install nixpkgs#lmdbnixpkgs package indexes · pkgs/by-name/lm/lmdb/package.nix · ソース: api.github.com
sudo pacman -S lmdbArch Linux sync databases · lmdb · ソース: geo.mirror.pkgbuild.com
sudo zypper install lmdbopenSUSE Tumbleweed package metadata · lmdb · ソース: download.opensuse.org
sudo apt install liblmdb-devDebian stable package indexes · liblmdb-dev · ソース: deb.debian.org
概要
Lightning memory-mapped database: key-value data store
履歴
LMDB, the Lightning Memory-Mapped Database, is a small embedded transactional key-value store developed by Symas for the OpenLDAP project. Its package-manager identity is unusual because it is both a library used inside infrastructure software and a tiny suite of command-line utilities such as mdb_dump, mdb_load, mdb_copy, and mdb_stat.
The project grew out of OpenLDAP's need for a compact, fast storage engine. Symas describes LMDB as developed for OpenLDAP and emphasizes its memory-mapped design and very small object-code footprint. The OpenLDAP source documentation describes LMDB as a Btree-based database manager, loosely modeled on the Berkeley DB API but intentionally simplified by exposing the database through a memory map.
Early LMDB release history was tied to the OpenLDAP source tree and the library was renamed from libmdb to liblmdb during the 0.9 series. The public OpenLDAP tree remains the official source-control home, while lmdb.tech hosts generated API documentation from the same library interface.
LMDB spread beyond OpenLDAP because it offered a permissively licensed embedded store with transactional semantics, reader concurrency, and simple deployment as ordinary files. Package managers expose it both as development headers/libraries and as standalone utilities, which is why distributions commonly package it under names such as lmdb or liblmdb-dev.
Its adoption has been strongest in systems software that wants an embedded key-value database without a separate server process. The OpenLDAP and Symas documentation both frame LMDB as a library-first project, while the Homebrew formula records the command-line utilities that make it convenient for database inspection, backup, and conversion.
Developers normally link against liblmdb and use LMDB environments and transactions from application code. Operators and package users encounter the mdb_* tools: mdb_dump and mdb_load move database contents through portable dump formats, mdb_copy makes safe copies, and mdb_stat reports environment and database statistics.
LMDB is commonly chosen when a program needs fast local persistence with low operational overhead. Its memory-mapped model makes configuration mostly about database environment sizing and filesystem placement rather than running a daemon or maintaining credentials.
LMDB is package-nerd material because it is small, old-school C infrastructure with a large blast radius: many higher-level systems can depend on the same tiny library. It also embodies a distinctive design tradeoff, preferring OS page-cache behavior and copy-on-write pages over a heavier database server architecture.
For package maintainers, LMDB matters because ABI compatibility, headers, and the mdb_* utilities are all useful separately. It is one of those packages that looks boring in a dependency graph until a storage engine, LDAP deployment, or language binding needs it.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
mdb_copy | cli | グローバル実行可能ファイル | |
mdb_dump | cli | グローバル実行可能ファイル | |
mdb_load | cli | グローバル実行可能ファイル | |
mdb_stat | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://www.symas.com/symas-embedded-database-lmdb
インストールメタデータ
| パッケージキー | brew:lmdb |
|---|---|
| バージョン | 0.9.35 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/lmdb |
| ホームページ | https://www.symas.com/symas-embedded-database-lmdb |
| リポジトリ | https://git.openldap.org/openldap/openldap |
| 上流ドキュメント | https://git.openldap.org/openldap/openldap/-/tree/mdb.master/libraries/liblmdb |
| ライセンス | OLDAP-2.8 |
| ソースアーカイブ | https://git.openldap.org/openldap/openldap/-/archive/LMDB_0.9.35/openldap-LMDB_0.9.35.tar.bz2 |
| 最終更新 | 2026-06-13T23:35:02+02:00 |
| Pulse | updated |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | lmdb |
| Version Scheme | 1 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
liblmdb-dev 0.9.31-1+b2
Lightning Memory-Mapped Database development files
sudo apt install liblmdb-devliblmdb0 0.9.31-1+b2
Lightning Memory-Mapped Database shared library
sudo apt install liblmdb0lmdb-doc 0.9.31-1
Lightning Memory-Mapped Database doxygen documentation
sudo apt install lmdb-doclmdb-utils 0.9.31-1+b2
Lightning Memory-Mapped Database Utilities
sudo apt install lmdb-utilslmdb
nix profile install nixpkgs#lmdbliblmdb-dev 0.9.31-1build1
Lightning Memory-Mapped Database development files
sudo apt install liblmdb-devliblmdb0 0.9.31-1build1
Lightning Memory-Mapped Database shared library
sudo apt install liblmdb0lmdb-doc 0.9.31-1build1
Lightning Memory-Mapped Database doxygen documentation
sudo apt install lmdb-doclmdb-utils 0.9.31-1build1
Lightning Memory-Mapped Database Utilities
sudo apt install lmdb-utilslmdb 0.9.35-r0
Lightning Memory-Mapped Database
sudo apk add lmdblmdb-dev 0.9.35-r0
Lightning Memory-Mapped Database (development files)
sudo apk add lmdb-devlmdb-doc 0.9.35-r0
Lightning Memory-Mapped Database (documentation)
sudo apk add lmdb-doclmdb-tools 0.9.35-r0
Lightning Memory-Mapped Database
sudo apk add lmdb-toolslmdb 0.9.34-2.fc44
Memory-mapped key-value database
sudo dnf install lmdblmdb-devel 0.9.34-2.fc44
Development files for lmdb
sudo dnf install lmdb-devellmdb-doc 0.9.34-2.fc44
Documentation files for lmdb
sudo dnf install lmdb-docソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.