# LMDB — Lightning-Fast Memory-Mapped Key-Value Store > Ultra-compact, crash-proof embedded key-value database using memory-mapped files for zero-copy reads and fully ACID transactions. ## Install Save in your project root: # LMDB — Lightning-Fast Memory-Mapped Key-Value Store ## Quick Use ```bash # Install on Ubuntu/Debian sudo apt install liblmdb-dev lmdb-utils # Create a database and write data mdb_load -T mydb.mdb <