echodb

Crates.ioechodb
lib.rsechodb
version0.8.0
created_at2022-01-27 16:13:35.810847+00
updated_at2025-02-20 18:06:41.539051+00
descriptionAn embedded, in-memory, immutable, copy-on-write database engine
homepagehttps://github.com/surrealdb/echodb
repositoryhttps://github.com/surrealdb/echodb
max_upload_size
id522604
size51,365
Tobie Morgan Hitchcock (tobiemh)

documentation

README


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
Commit count: 43

cargo fmt