This is an ultra-fast NodeJS, Bun, and Deno interface to LMDB; probably the fastest and most efficient key-value/database interface that exists for storage and retrieval of structured JS data (objects, arrays, etc.) in a true persisted, scalable, ACID compliant database. It provides a simple interface for interacting with LMDB, as a key-value db, which makes it easy to fully leverage the power, crash-proof design, and efficiency of LMDB using intuitive JavaScript, and is designed to scale across multiple processes or threads. Several key features make it idiomatic, highly performant, and easy to use LMDB efficiently.
Features
- Provides an ultra-fast, memory-mapped key-value database
- Supports ACID transactions for strong consistency
- Offers direct memory access for minimal read/write overhead
- Enables multi-threaded read support with concurrent access
- Works efficiently with large datasets in a compact storage format
- Open-source and optimized for high-performance Node.js applications
Categories
DatabaseLicense
MIT LicenseFollow lmdb-js
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of lmdb-js!