Rust bindings for the Lightning Memory-Mapped Database (LMDB), providing safe and idiomatic access.
lmdb-rs is a Rust library that provides safe, idiomatic bindings to LMDB (Lightning Memory-Mapped Database), a high-performance embedded key-value store. It enables Rust developers to leverage LMDB's speed and reliability while maintaining Rust's safety guarantees and zero-cost abstractions.
Rust developers building applications that require embedded, high-performance key-value storage with ACID compliance, such as database engines, caching systems, or data-intensive services.
Developers choose lmdb-rs over direct LMDB C API usage because it wraps the C API in a safe Rust interface that prevents common errors like memory leaks and data races, while offering idiomatic patterns and cross-platform compatibility.
Rust bindings for LMDB
Provides a safe, idiomatic interface that wraps LMDB's C API to prevent memory leaks and data races, as highlighted in the key features.
Leverages LMDB's memory-mapped I/O and zero-copy operations for efficient data access, minimizing overhead and ensuring speed.
Supports ACID-compliant transactions for data integrity, crucial for reliable embedded storage in Rust applications.
Works on Linux, macOS, and Windows, enabling versatile deployment across multiple operating systems.
Requires initializing git submodules and building the C library, adding steps compared to pure Rust crates, as noted in the BUILDING section.
Focuses on low-level bindings, so developers must handle LMDB-specific details, lacking abstractions for common patterns found in more integrated databases.
Relies on generated documentation with minimal examples in the README, which may be insufficient for newcomers to LMDB or Rust.
Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/
A scalable, distributed, collaborative, document-graph database, for the realtime web
🚀2.3x faster than MinIO for 4KB object payloads. RustFS is an open-source, S3-compatible high-performance object storage system supporting migration and coexistence with other S3-compatible platforms such as MinIO and Ceph.
A SQL database in Rust: SQLite-compatible, now also speaking Postgres (experimental). The LLVM of databases.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.