package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Mar 15, 2026
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Host string `yaml:"host"`
Port string `yaml:"port"`
User string `yaml:"user"`
Pass string `yaml:"pass"`
Database string `yaml:"database"`
}
type Option func(*sql.DB)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.