Documentation
¶
Index ¶
Constants ¶
View Source
const ( MYSQL = "mysql" SQLITE = "sqlite" )
Variables ¶
View Source
var ConfigDBError = &configDBError{}
View Source
var NoConfigDBError = &noConfigDBError{}
Functions ¶
Types ¶
type MysqlConfig ¶ added in v0.1.1
type MysqlConfigDBError ¶
type MysqlConfigDBError struct {
}
func (*MysqlConfigDBError) Error ¶
func (e *MysqlConfigDBError) Error() string
type SQLiteConfig ¶ added in v0.1.2
type SQLiteConfig struct {
FilePath string
}
Click to show internal directories.
Click to hide internal directories.