package
0.15.0
Repository: https://github.com/viant/sqlx.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

GenericRowMapper creates a new row mapper for supplied slice or map type.
New creates a records to a structs reader.
NewMap creates records to map reader.
No description provided by the author
No description provided by the author
No description provided by the author
NewSlice create records to a slice reader.
NewSQLStructMapper creates a new record mapper for supplied struct and prepares them to scan / send values with sql.DB.
NewStmt creates a statement reader.
NewStructMapper creates a new record mapper for supplied struct type.
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
Reader represents generic query reader.
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
NewRowMapper new a row mapper function.
RowMapper represents a target values mapped to pointer of slice.
No description provided by the author