celerix-store 0.1.2

A lightweight, low-latency KV data store with 1:1 parity with the orginal golang version, atomic persistence, and AES-256-GCM encryption.
Documentation
1
2
3
4
5
6
7
8
{
  "app1": {
    "key1": "value1",
    "key2": {
      "sub": "val"
    }
  }
}