echodb

Crates.ioechodb
lib.rsechodb
version0.7.0
sourcesrc
created_at2022-01-27 16:13:35.810847
updated_at2024-06-10 19:03:43.663309
descriptionAn embedded, in-memory, immutable, copy-on-write database engine
homepagehttps://github.com/surrealdb/echodb
repositoryhttps://github.com/surrealdb/echodb
max_upload_size
id522604
size43,788
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: 41

cargo fmt