Versions in this module Expand all Collapse all v3 v3.13.1 Sep 21, 2022 Changes in this version + func NewStore(opts ...store.Option) store.Store + type DB struct + type Metadata map[string]interface + func (m *Metadata) Scan(src interface{}) error + func (m *Metadata) Value() (driver.Value, error) + type Queries struct + Delete string + DeleteExpired string + ListAsc string + ListAscLimit string + ListDesc string + ListDescLimit string + ReadManyAsc string + ReadManyAscLimit string + ReadManyDesc string + ReadManyDescLimit string + ReadOne string + Write string + func NewQueries(database, table string) Queries