Versions in this module Expand all Collapse all v0 v0.3.0 Jul 24, 2023 v0.2.0 Mar 13, 2022 v0.1.0 Mar 12, 2022 Changes in this version + type KV struct + KV kv.KV + func New(kv kv.KV) *KV + func (d *KV) Close() error + func (d *KV) Log(v bool) + func (d *KV) Stats() Stats + func (d *KV) Tx(rw bool) (kv.Tx, error) + func (d *KV) Update(ctx context.Context, fn func(tx kv.Tx) error) error + func (d *KV) View(ctx context.Context, fn func(tx kv.Tx) error) error + type Stats struct + Del struct{ ... } + Errs int64 + Get struct{ ... } + Iter struct{ ... } + Put struct{ ... } + Tx struct{ ... }