10 releases (breaking)

new 0.8.0 Feb 20, 2025
0.7.0 Jun 10, 2024
0.6.0 Apr 5, 2024
0.4.0 Mar 26, 2023
0.2.1 Mar 7, 2022

#431 in Database implementations

Download history 1030/week @ 2024-10-30 1646/week @ 2024-11-06 1469/week @ 2024-11-13 1529/week @ 2024-11-20 1220/week @ 2024-11-27 1229/week @ 2024-12-04 1458/week @ 2024-12-11 1131/week @ 2024-12-18 310/week @ 2024-12-25 834/week @ 2025-01-01 1127/week @ 2025-01-08 1219/week @ 2025-01-15 679/week @ 2025-01-22 760/week @ 2025-01-29 746/week @ 2025-02-05 680/week @ 2025-02-12

2,922 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–9.5MB
~84K SLoC