//
pkg.gl
Category
github.com/frazercomputing/upper-io-db
util
sqlutil
package
1.0.1
Repository:
https://github.com/frazercomputing/upper-io-db.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
9
Dependents
0
Files
491 SLOC
#
Functions
FetchRow
FetchRow receives a *sql.Rows value and tries to map all the rows into a single struct given by the pointer `dst`.
FetchRows
FetchRows receives a *sql.Rows value and tries to map all the rows into a slice of structs given by the pointer `dst`.
#
Structs
Debug
Debug is used for printing SQL queries and arguments.
T
T type is commonly used by adapters to map database/sql values to Go values using FieldValues().