6 releases (3 breaking)

0.4.0 Mar 26, 2023
0.3.0 Apr 4, 2022
0.2.1 Mar 7, 2022
0.2.0 Feb 15, 2022
0.1.1 Jan 27, 2022

#206 in Database implementations

Download history 1119/week @ 2023-08-10 1122/week @ 2023-08-17 1141/week @ 2023-08-24 1202/week @ 2023-08-31 1451/week @ 2023-09-07 892/week @ 2023-09-14 927/week @ 2023-09-21 1207/week @ 2023-09-28 1214/week @ 2023-10-05 1144/week @ 2023-10-12 1599/week @ 2023-10-19 1190/week @ 2023-10-26 1039/week @ 2023-11-02 1776/week @ 2023-11-09 1669/week @ 2023-11-16 1068/week @ 2023-11-23

5,703 downloads per month
Used in 10 crates (3 directly)

Apache-2.0

17KB
370 lines


EchoDB 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

~3.5–5MB
~85K SLoC