package
0.4.4
Repository: https://github.com/smallnest/exp.git
Documentation: pkg.go.dev

# Functions

Row is a helper function that wraps sql rows to scan into a single struct.
RowMap is a helper function that wraps sql rows to scan into a single Record.
Rows is a helper function that wraps sql rows to scan into a slice.
RowsMap is a helper function that wraps sql rows to scan into a slice of Record.

# Type aliases

Record is a type alias for map[string]any.