reifydb-store-single 0.4.13

Single-version storage for OLTP operations without version history
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright (c) reifydb.com 2025
# This file is licensed under the Apache-2.0, see license.md file

set a=1
---
ok

# found

contains a
---
"a" => true

# not found

contains b
---
"b" => false