Crates.io | txn |
lib.rs | txn |
version | 0.1.3 |
source | src |
created_at | 2024-03-12 20:07:30.249132 |
updated_at | 2024-04-27 09:19:31.796216 |
description | A generic optimistic transaction manger, which is ACID, concurrent with SSI (Serializable Snapshot Isolation). |
homepage | https://github.com/al8n/skipdb |
repository | https://github.com/al8n/skipdb |
max_upload_size | |
id | 1170971 |
size | 51,919 |
A generic optimistic transaction manger, which is ACID, concurrent with SSI (Serializable Snapshot Isolation).
(For async version, please see async-txn
)
English | 简体中文
A generic optimistic transaction manger, which is ACID, concurrent with SSI (Serializable Snapshot Isolation).
(For async version, please see txn
)
This crate is inspired by and port from badger
's transaction implementation.
[dependencies]
txn = "0.1"
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