echodb 0.1.0

An embedded, in-memory, immutable, copy-on-write database engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# EchoDB

EchoDB is an embedded, in-memory, immutable, copy-on-write, key-value database engine.

[![](https://img.shields.io/badge/status-alpha-ff00bb.svg?style=flat-square)](https://github.com/surrealdb/echodb) ![docs.rs](https://img.shields.io/docsrs/echodb?style=flat-square) ![Crates.io](https://img.shields.io/crates/v/echodb?style=flat-square) [![](https://img.shields.io/badge/license-Apache_License_2.0-00bfff.svg?style=flat-square)](https://github.com/surrealdb/echodb) 

#### 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