//
pkg.gl
Category
github.com/zerodha/dungbeetle/v2
internal
dbpool
package
2.0.2
Repository:
https://github.com/zerodha/dungbeetle.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
2
Files
106 SLOC
#
Functions
New
New takes a map of named DB configurations and returns a named map of DB connections.
NewConn
connectDB creates and returns a database connection.
#
Structs
Config
Config is a DB's config for connecting.
#
Type aliases
Pool
Pool represents a map of *sql.DB connections.