Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
type DB struct {
// contains filtered or unexported fields
}
DB connection storage
func (*DB) Pool ¶
func (d *DB) Pool(name string) StmtInterface
Pool getting pool connections by name
type Plugins ¶
type Plugins struct {
Logger logger.Logger
Metrics plugins.MetricGetter
}
Plugins storage
type Stmt ¶
type Stmt struct {
// contains filtered or unexported fields
}
Stmt statement model
Click to show internal directories.
Click to hide internal directories.