package
Version:
v0.0.0-...-ace9e8d
Opens a new window with list of versions in this module.
Published: Aug 4, 2022
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Aide provides mysql api wrapper.
Close close a connection.
type Config struct {
Username string `yaml:"username"`
Password string `yaml:"password"`
Network string `yaml:"network"`
Server string `yaml:"server"`
Port int `yaml:"port"`
Database string `yaml:"database"`
}
Config represents mysql configs.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.