package
Version:
v0.4.7
Opens a new window with list of versions in this module.
Published: Jan 4, 2026
License: MIT
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Type string `yaml:"type" description:"DB type" default:"postgres" choice:"postgres,mysql,sqlite,oracle,sqlserver"`
ConnString string `yaml:"conn_string" description:"DB connection string" required:"true"`
Migrations string `yaml:"migrations" description:"DB migrations path"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.