-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvix.json
More file actions
46 lines (46 loc) · 948 Bytes
/
vix.json
File metadata and controls
46 lines (46 loc) · 948 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "kv",
"namespace": "vix",
"version": "0.1.0",
"type": "library",
"include": "include",
"license": "MIT",
"description": "Durable local-first key-value engine for Vix, powered by Softadastra Store. Provides structured keys, value encoding, deterministic operations, and a simple developer-facing API for reliable embedded state.",
"keywords": [
"vix",
"kv",
"key-value",
"storage",
"database",
"local-first",
"offline-first",
"durability",
"state",
"embedded",
"store",
"wal",
"softadastra",
"deterministic",
"recovery",
"persistence",
"c++",
"cpp",
"c++20",
"systems",
"infrastructure",
"library"
],
"repository": "https://github.com/vixcpp/kv",
"authors": [
{
"name": "Gaspard Kirira",
"github": "Gaspardkirira"
}
],
"deps": [
{
"id": "softadastra/store",
"version": "0.7.1"
}
]
}