#transaction #snapshot #serializable #isolation #acid #concurrency #manager

async-mwmr

A runtime agnostic, WASM/WASI friendly, multi-writer-multi-reader MVCC, ACID, Serializable Snapshot Isolation transaction manager for database development

2 unstable releases

0.1.0 Mar 14, 2024
0.0.0 Mar 10, 2024

#1858 in Database interfaces

Download history 254/week @ 2024-03-09 27/week @ 2024-03-16 2/week @ 2024-03-23 11/week @ 2024-03-30

294 downloads per month

Apache-2.0/MIT

175KB
4K SLoC

Async-MwMr

A generic optimistic transaction manger, which is ACID, concurrent with SSI (Serializable Snapshot Isolation).

For sync version, please see mwmr

For tokio version, please see tokio-mwmr

github LoC Build codecov

docs.rs crates.io crates.io license

English | 简体中文

Introduction

A generic optimistic transaction manger, which is ACID, concurrent with SSI (Serializable Snapshot Isolation).

For sync version, please see mwmr

For tokio version, please see tokio-mwmr

This crate is inspired by and port from badger's transaction implementation.

Installation

[dependencies]
async-mwmr = "0.1"

License

async-mwmr is under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE, LICENSE-MIT for details.

Copyright (c) 2024 Al Liu.

Copyright (c) 2017 Dgraph's developers

Dependencies

~3–16MB
~179K SLoC