Documentation ¶
Index ¶
Constants ¶
View Source
const ( MySql DatabaseDriver = "mysql" PgSql = "pgsql" Sqlite = "sqlite" )
View Source
const ( Debug LogLevel = "debug" Info = "info" Warn = "warn" Error = "error" Dpanic = "dpanic" Panic = "panic" Fatal = "fatal" Silent = "silent" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DatabaseDriver ¶
type DatabaseDriver string
Click to show internal directories.
Click to hide internal directories.