3 releases (breaking)

0.3.0 Apr 5, 2024
0.2.0 Apr 3, 2024
0.1.0 Apr 3, 2024

#429 in Database implementations

Download history 7/week @ 2024-07-24 3/week @ 2024-07-31 11/week @ 2024-09-18 22/week @ 2024-09-25

97 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