4 releases (breaking)

new 0.4.0 Feb 20, 2025
0.3.0 Apr 5, 2024
0.2.0 Apr 3, 2024
0.1.0 Apr 3, 2024

#459 in Database implementations

Download history 8/week @ 2024-12-05 9/week @ 2024-12-12 3/week @ 2024-12-26

167 downloads per month

Apache-2.0

21KB
457 lines


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

~3MB
~53K SLoC