Versions in this module Expand all Collapse all v0 v0.1.0 Jul 3, 2026 Changes in this version + type Data interface + Query func(ctx context.Context, query string, args ...any) ([]Row, error) + func FromKernel(k *togo.Kernel) Data + type Row = map[string]any