async-txn

Crates.ioasync-txn
lib.rsasync-txn
version0.1.3
sourcesrc
created_at2024-04-22 04:49:38.883017
updated_at2024-04-27 09:19:45.690496
descriptionA runtime agnostic, WASM/WASI friendly, multi-writer-multi-reader MVCC, ACID, Serializable Snapshot Isolation transaction manager for database development.
homepagehttps://github.com/al8n/skipdb
repositoryhttps://github.com/al8n/skipdb
max_upload_size
id1215880
size75,842
Al Liu (al8n)

documentation

README

Async Txn

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

For sync version, please see txn

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 txn

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

Installation

[dependencies]
async-txn = "0.1"

License

async-txn 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

Commit count: 55

cargo fmt