Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Configs = configset.Set[Config]{ Default: &Config{ SlowQueryThreshold: 300 * time.Millisecond, Type: gormkitteh.RequireExplicitDSNType, }, Dev: &Config{ DSN: "sqlite:file:" + filepath.Join(xdg.DataHomeDir(), "autokitteh.sqlite"), }, Test: &Config{}, }
Functions ¶
Types ¶
type Config ¶
type Config = gormkitteh.Config
Click to show internal directories.
Click to hide internal directories.