memodb 0.2.0

An embedded, in-memory, immutable, copy-on-write database engine
Documentation
<br>

<p align="center">
    <a href="https://surrealdb.com#gh-dark-mode-only" target="_blank">
        <img width="200" src="/img/white/logo.svg" alt="MemoDB Logo">
    </a>
    <a href="https://surrealdb.com#gh-light-mode-only" target="_blank">
        <img width="200" src="/img/black/logo.svg" alt="MemoDB Logo">
    </a>
</p>

<p align="center">An embedded, in-memory, immutable, copy-on-write, key-value database engine.</p>

<br>

<p align="center">
	<a href="https://github.com/surrealdb/memodb"><img src="https://img.shields.io/badge/status-stable-ff00bb.svg?style=flat-square"></a>
	&nbsp;
	<a href="https://docs.rs/memodb/"><img src="https://img.shields.io/docsrs/memodb?style=flat-square"></a>
	&nbsp;
	<a href="https://crates.io/crates/memodb"><img src="https://img.shields.io/crates/v/memodb?style=flat-square"></a>
	&nbsp;
	<a href="https://github.com/surrealdb/memodb"><img src="https://img.shields.io/badge/license-Apache_License_2.0-00bfff.svg?style=flat-square"></a>
</p>

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