#optimistic #transaction #ssi #mvcc #database

mwmr

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

2 unstable releases

0.1.0 Mar 14, 2024
0.0.0 Mar 10, 2024

#316 in Database implementations

Download history 121/week @ 2024-03-05 157/week @ 2024-03-12 7/week @ 2024-03-19 8/week @ 2024-03-26 35/week @ 2024-04-02

59 downloads per month

Apache-2.0/MIT

105KB
2K SLoC

MwMr

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

(For async version, please see tokio-mwmr and async-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 async version, please see tokio-mwmr and async-mwmr)

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

Installation

[dependencies]
mwmr = "0.1"

License

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

~1.9–8MB
~53K SLoC