Jayitha / echodb

An embedded, in-memory, immutable, copy-on-write, key-value database engine

Home Page:https://crates.io/crates/echodb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


EchoDB Logo 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

About

An embedded, in-memory, immutable, copy-on-write, key-value database engine

https://crates.io/crates/echodb

License:Apache License 2.0


Languages

Language:Rust 100.0%