Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetGlobalConnectionPool ¶
func SetGlobalConnectionPool(pool *ConnectionPool)
Types ¶
type ConnectionPool ¶
func ConnectionPoolFromDb ¶ added in v0.2.0
func ConnectionPoolFromDb(db *sql.DB, dbType dbtype.Type) *ConnectionPool
func ConnectionPoolFromDbx ¶ added in v0.2.0
func ConnectionPoolFromDbx(db *sqlx.DB) *ConnectionPool
func GlobalConnectionPool ¶
func GlobalConnectionPool() (*ConnectionPool, error)
Click to show internal directories.
Click to hide internal directories.