Documentation ¶
Index ¶
Constants ¶
View Source
const ( Postgres = "postgres" Sqlite3 = "sqlite3" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CompletedConfig ¶
type CompletedConfig struct {
// contains filtered or unexported fields
}
type Config ¶
type Config struct { Options *Options DSN string Postgres *postgres.Config SqlLite3 *sqlite3.Config }
func (*Config) Complete ¶
func (c *Config) Complete() CompletedConfig
Click to show internal directories.
Click to hide internal directories.