Documentation
¶
Index ¶
Constants ¶
View Source
const ( // POSTGRESQL driver POSTGRESQL = "postgresql" // MYSQL driver MYSQL = "mysql" // SQLITE driver SQLITE = "sqlite" )
Variables ¶
View Source
var ( Config = Configuration{} DB *sql.DB )
Config stores database configuration
Functions ¶
Types ¶
type Configuration ¶
type Definition ¶
type Definition struct {
Table Table `json:"table"`
}
Click to show internal directories.
Click to hide internal directories.