contextdb-tx 0.3.4

MVCC transaction manager for contextdb
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "contextdb-tx"
version = "0.3.4"
edition = "2024"
authors.workspace = true
license.workspace = true
repository.workspace = true
readme = "../../README.md"
description = "MVCC transaction manager for contextdb"

[dependencies]
contextdb-core = { path = "../contextdb-core", version = "0.3" }
parking_lot.workspace = true