Crates.io | tokio-mwmr |
lib.rs | tokio-mwmr |
version | 0.1.0 |
source | src |
created_at | 2024-03-14 03:56:21.050878 |
updated_at | 2024-03-14 03:56:21.050878 |
description | A WASM/WASI friendly, multi-writer-multi-reader MVCC, ACID, Serializable Snapshot Isolation transaction manager for database development based on tokio. |
homepage | https://github.com/al8n/txn |
repository | https://github.com/al8n/txn |
max_upload_size | |
id | 1172896 |
size | 80,688 |
A generic optimistic transaction manger, which is ACID, concurrent with SSI (Serializable Snapshot Isolation).
For sync version, please see mwmr
For other async runtime, please see async-mwmr
English | 简体中文
A generic optimistic transaction manger, which is ACID, concurrent with SSI (Serializable Snapshot Isolation).
For sync version, please see mwmr
For other async runtime, please see async-mwmr
This crate is inspired by and port from badger
's transaction implementation.
[dependencies]
tokio-mwmr = "0.1"
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