# 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.