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
Find Hidden Risks in Windows Task Scheduler
Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of lmdb-js!