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

#289 in Database implementations

Download history 2306/week @ 2024-01-20 1768/week @ 2024-01-27 1593/week @ 2024-02-03 2110/week @ 2024-02-10 2182/week @ 2024-02-17 2014/week @ 2024-02-24 1576/week @ 2024-03-02 2061/week @ 2024-03-09 2708/week @ 2024-03-16 2439/week @ 2024-03-23 2203/week @ 2024-03-30 2282/week @ 2024-04-06 2844/week @ 2024-04-13 1589/week @ 2024-04-20 2712/week @ 2024-04-27 2929/week @ 2024-05-04

10,334 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