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> |
||
|---|---|---|
| .. | ||
| medium.go | ||
| medium_test.go | ||
| store.go | ||
| store_test.go | ||