Versions in this module Expand all Collapse all v3 v3.13.1 Sep 21, 2022 Changes in this version + var DefaultDatabase = "micro" + var DefaultTable = "micro" + var ErrNoConnection = errors.New("Database connection not initialised") + func NewStore(opts ...store.Option) store.Store + type Metadata map[string]interface + func (m *Metadata) Scan(src interface{}) error + func (m Metadata) Value() (driver.Value, error)