Versions in this module Expand all Collapse all v0 v0.0.3 Apr 11, 2023 Changes in this version + type Gobdb struct + Data Data + func (db *Gobdb) Add(d Data) error + func (db Gobdb) List() Data v0.0.2 Apr 11, 2023 Changes in this version + func WithType(t any) func(*gobdb) v0.0.1 Mar 16, 2023 Changes in this version + func Open(path string) (gobdb, error) + type Data map[any]any