Documentation ¶
Index ¶
Constants ¶
View Source
const ( TypeMongoDB = "mongodb" TypeMySQL = "mysql" )
Variables ¶
This section is empty.
Functions ¶
func IsErrNotFound ¶
IsErrNotFound return true if the given error is a not found error
Types ¶
type Connections ¶
Connections all supported types of database connections
func (*Connections) Close ¶
func (c *Connections) Close() error
Close close all underlying connections
Click to show internal directories.
Click to hide internal directories.