package
1.0.1
Repository: https://github.com/apus-run/van.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 map[string]any.
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 map[string]any.