reifydb-transaction 0.6.0

Transaction management and concurrency control for ReifyDB
Documentation
# Copyright (c) reifydb.com 2026
# This file is licensed under the AGPL-3.0-or-later, see license.md file

# multiple readonly transactions are not increasing the version count

t1: begin readonly
t1: version
---
t1: 1

t2: begin readonly
t2: version
---
t2: 1

t3: begin readonly
t3: version
---
t3: 1