9 releases (breaking)

0.7.0 Jun 10, 2024
0.6.0 Apr 5, 2024
0.5.0 Apr 3, 2024
0.4.0 Mar 26, 2023
0.1.1 Jan 27, 2022

#402 in Database implementations

Download history 2728/week @ 2024-09-21 2661/week @ 2024-09-28 2030/week @ 2024-10-05 2020/week @ 2024-10-12 1804/week @ 2024-10-19 1068/week @ 2024-10-26 1355/week @ 2024-11-02 1589/week @ 2024-11-09 1246/week @ 2024-11-16 1618/week @ 2024-11-23 1180/week @ 2024-11-30 1321/week @ 2024-12-07 1561/week @ 2024-12-14 527/week @ 2024-12-21 363/week @ 2024-12-28 857/week @ 2025-01-04

3,480 downloads per month
Used in 17 crates (5 directly)

Apache-2.0

18KB
386 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–9MB
~86K SLoC