package
0.0.0-20181122205021-73923569c8aa
Repository: https://github.com/pdk/crudgen.git
Documentation: pkg.go.dev
# Functions
SelectUsers wraps SelectUsersTx in a transaction.
SelectUsersAll does a Select with no additional conditions/clauses.
SelectUsersRow will select one record from table users and return a User.
SelectUsersTx will select records from table users and return a slice of User.
# Constants
No description provided by the author