Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/surrealdb/echodb

An embedded, in-memory, immutable, copy-on-write, key-value database engine
https://github.com/surrealdb/echodb

database key-value key-value-store rust surreal surrealdb

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        




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