macOS
brew install lmdblocal Homebrew formula metadata
sudo port install lmdbMacPorts ports tree · databases/lmdb/Portfile · Source: api.github.com
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de lmdb pour les workflows d'agents IA.
installation
brew install lmdblocal Homebrew formula metadata
sudo port install lmdbMacPorts ports tree · databases/lmdb/Portfile · Source: api.github.com
sudo apk add lmdbAlpine Linux edge package indexes · lmdb · Source: dl-cdn.alpinelinux.org
sudo dnf install lmdbFedora Rawhide package metadata · lmdb · Source: dl.fedoraproject.org
nix profile install nixpkgs#lmdbnixpkgs package indexes · pkgs/by-name/lm/lmdb/package.nix · Source: api.github.com
sudo pacman -S lmdbArch Linux sync databases · lmdb · Source: geo.mirror.pkgbuild.com
sudo zypper install lmdbopenSUSE Tumbleweed package metadata · lmdb · Source: download.opensuse.org
sudo apt install liblmdb-devDebian stable package indexes · liblmdb-dev · Source: deb.debian.org
aperçu
Lightning memory-mapped database: key-value data store
historique
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.
posture de sécurité
broad file, network, media, or database tool signal.
risque blue · confiance moyen · tool
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
mdb_copy | cli | exécutable global | |
mdb_dump | cli | exécutable global | |
mdb_load | cli | exécutable global | |
mdb_stat | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://www.symas.com/symas-embedded-database-lmdb
métadonnées d'installation
| Clé du paquet | brew:lmdb |
|---|---|
| Version | 0.9.35 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/lmdb |
| Page d'accueil | https://www.symas.com/symas-embedded-database-lmdb |
| Dépôt | https://git.openldap.org/openldap/openldap |
| Docs amont | https://git.openldap.org/openldap/openldap/-/tree/mdb.master/libraries/liblmdb |
| Licence | OLDAP-2.8 |
| Archive source | https://git.openldap.org/openldap/openldap/-/archive/LMDB_0.9.35/openldap-LMDB_0.9.35.tar.bz2 |
| Dernière mise à jour | 2026-06-13T23:35:02+02:00 |
| Pulse | updated |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| 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 |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
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-docpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.