package
Version:
v0.1.2
Opens a new window with list of versions in this module.
Published: Dec 23, 2021
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type MysqlConf struct {
Host string `json:"host"`
Port string `json:"port"`
Database string `json:"database"`
Username string `json:"username"`
Password string `json:"password"`
ShowSQL bool `json:"showsql"`
}
type SqliteConf struct {
Database string `json:"database"`
ShowSQL bool `json:"showsql"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.