7 releases (breaking)

new 0.7.0 Mar 10, 2025
0.6.0 Mar 5, 2025
0.5.0 Mar 5, 2025
0.4.0 Feb 20, 2025
0.1.0 Apr 3, 2024

#429 in Database implementations

Download history 16/week @ 2024-12-08 1/week @ 2024-12-15 3/week @ 2024-12-29 143/week @ 2025-02-16 20/week @ 2025-02-23 300/week @ 2025-03-02

463 downloads per month

Apache-2.0

63KB
1.5K SLoC


MemoDB Logo

An embedded, in-memory, immutable, copy-on-write, key-value database engine.


     

Features

  • In-memory database
  • Multi-version concurrency control
  • Rich transaction support with rollbacks
  • Multiple concurrent readers without locking
  • Support for serializable, isolated transactions
  • Atomicity, Consistency and Isolation from ACID

Dependencies

~1.2–2MB
~38K SLoC