No description
SQLite-backed group/key/value store extracted from core/go pkg/store. Includes Medium wrapper that maps group/key paths to the io.Medium interface — first segment is group, rest is key. Both the direct KV API (Get/Set/Delete) and Medium API (Read/Write/List) work on the same underlying data. Co-Authored-By: Virgil <virgil@lethean.io> |
||
|---|---|---|
| datanode | ||
| local | ||
| node | ||
| s3 | ||
| sigil | ||
| sqlite | ||
| store | ||
| bench_test.go | ||
| client_test.go | ||
| go.mod | ||
| go.sum | ||
| io.go | ||