package
0.5.0-rc.1
Repository: https://github.com/bachittle/go-db3.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
GetTable queries table columns from src.
GetTables queries the set of tables from src.
Select enumerates table rows mapping its columns to fields in struct T.
Selector produces an enumerating callable for struct T.
SelectToSlice appends results of Select enumeration to dst.
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
Querier is a generic db query runner, typically should be hooked to sql.Tx or sql.DB.

# Type aliases

ErrMissingColumns is a list of column names that can be used as the 'missing columns' error.
ErrMissingTables is a list of table names that can be used as the 'missing tables' error.