Documentation
¶
Index ¶
Constants ¶
View Source
const ( MySQLDialect = "mysql" SQLiteDialect = "sqlite" )
Variables ¶
View Source
var (
ErrPoolNotFound = errors.New("pool not found")
)
Functions ¶
This section is empty.
Types ¶
type ConfigInterface ¶
type ConfigInterface interface {
List() []ItemInterface
}
type ItemInterface ¶
type ItemInterface interface {
GetName() string
GetDSN() string
Setup(SetupInterface)
}
Click to show internal directories.
Click to hide internal directories.