package
0.8.2
Repository: https://github.com/sempernow/kit.git
Documentation: pkg.go.dev

# Functions

Log provides a pretty print version of the SQL query and parameters.
Open knows how to open a database connection based on the configuration.func Open(cfg Config) (DB, error) {.
Status returns nil if it can successfully talk to the database.

# Structs

Config is the required properties to use the database.