package
2.0.2
Repository: https://github.com/zerodha/dungbeetle.git
Documentation: pkg.go.dev

# Functions

New takes a map of named DB configurations and returns a named map of DB connections.
connectDB creates and returns a database connection.

# Structs

Config is a DB's config for connecting.

# Type aliases

Pool represents a map of *sql.DB connections.