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

#355 in Database implementations

Download history 2590/week @ 2024-07-26 2830/week @ 2024-08-02 2586/week @ 2024-08-09 3179/week @ 2024-08-16 2555/week @ 2024-08-23 2528/week @ 2024-08-30 2810/week @ 2024-09-06 2822/week @ 2024-09-13 2566/week @ 2024-09-20 2550/week @ 2024-09-27 2356/week @ 2024-10-04 1746/week @ 2024-10-11 2093/week @ 2024-10-18 1089/week @ 2024-10-25 1301/week @ 2024-11-01 1675/week @ 2024-11-08

6,581 downloads per month
Used in 31 crates (6 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–10MB
~86K SLoC