Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BootQuery ¶
type BootQuery struct { Query string Args []driver.NamedValue }
type Config ¶
type Config struct { DSN string Path string AccessMode string `json:"access_mode" comment:"read_only"` Threads int `json:"threads"` MaxMemory int `json:"max_memory"` DefaultOrder int `json:"default_order"` BootQueries []BootQuery }
func (*Config) BeforeInject ¶ added in v0.0.33
func (c *Config) BeforeInject()
Click to show internal directories.
Click to hide internal directories.