8 releases (5 breaking)

0.6.0 Apr 5, 2024
0.5.0 Apr 3, 2024
0.4.0 Mar 26, 2023
0.3.0 Apr 4, 2022
0.1.1 Jan 27, 2022

#345 in Database implementations

Download history 2038/week @ 2024-01-25 1467/week @ 2024-02-01 2144/week @ 2024-02-08 1889/week @ 2024-02-15 2433/week @ 2024-02-22 1543/week @ 2024-02-29 1891/week @ 2024-03-07 2603/week @ 2024-03-14 2686/week @ 2024-03-21 1944/week @ 2024-03-28 2647/week @ 2024-04-04 2460/week @ 2024-04-11 1841/week @ 2024-04-18 2061/week @ 2024-04-25 3190/week @ 2024-05-02 2034/week @ 2024-05-09

9,833 downloads per month
Used in 22 crates (6 directly)

Apache-2.0

18KB
379 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
~87K SLoC