package
0.0.0-20230309082109-543b32ac686a
Repository: https://github.com/gosom/kit.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewDB returns a new DB.
Query returns a slice of items from the database.
QueryRow returns a single item from the database.

# Structs

DB is a wrapper around sql.DB that provides some additional functionality.

# Interfaces

Bindable is an interface that can be used to bind a struct to a sql query.
No description provided by the author
RowScanner is an interface that can be used to scan a row into a struct.