go-io/store
Snider 65b39b0de5 feat(store): add KV store subpackage with io.Medium adapter
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>
2026-03-06 13:14:32 +00:00
..
medium.go feat(store): add KV store subpackage with io.Medium adapter 2026-03-06 13:14:32 +00:00
medium_test.go feat(store): add KV store subpackage with io.Medium adapter 2026-03-06 13:14:32 +00:00
store.go feat(store): add KV store subpackage with io.Medium adapter 2026-03-06 13:14:32 +00:00
store_test.go feat(store): add KV store subpackage with io.Medium adapter 2026-03-06 13:14:32 +00:00