3 releases (breaking)

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

#332 in Database implementations

Download history 395/week @ 2024-03-31 42/week @ 2024-04-07 1/week @ 2024-04-14

438 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
~54K SLoC