package
0.0.0-20241216201159-46e4ef8c5872
Repository: https://github.com/thehackerdev/cartograph.git
Documentation: pkg.go.dev
# Functions
GetDbConn parses the given config byte array (created from TOML config file) and returns a database connection.
GetDbConnPool parses the given config byte array (created from TOML config file) and returns a database connection pool.
ValidateDB tests that the given database is valid, and populates it if it is not.