Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrSQLNotFound = errors.New("not found")
ErrSQLNotFound happens when no rows were found
Functions ¶
Types ¶
type Config ¶
type Config struct { Protocol string Host string Port string User string Password string DbName string }
Config is a conf for the mysql database
type QueryFilter ¶
QueryFilter allows for select filters
Click to show internal directories.
Click to hide internal directories.