Documentation ¶
Index ¶
- type KV
- func (kv KV) Bool(key string, deflt ...bool) any
- func (kv KV) Int(key string, deflt ...int) any
- func (kv KV) String(key string, deflt ...string) any
- func (kv KV) Time(key string, deflt ...time.Time) any
- func (kv KV) UInt16(key string, deflt ...uint16) any
- func (kv KV) UUID(key string, deflt ...string) any
- type SQLStorage
- type Table
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SQLStorage ¶
var DB SQLStorage
Click to show internal directories.
Click to hide internal directories.