package
2.2.0
Repository: https://github.com/knadh/goyesql.git
Documentation: pkg.go.dev

# Functions

ScanToStruct prepares a given set of Queries and assigns the resulting *sqlx.Stmt or *sqlx.NamedStmt statements to the fields of a given struct, matching based on the name in the `query` tag in the struct field names.
ScanWithContext prepares a given set of Queries and assigns the resulting *sqlx.Stmt or *sqlx.NamedStmt statement.