//
pkg.gl
Category
github.com/nofeaturesonlybugs/sqlh
model
statements
package
0.5.1
Repository:
https://github.com/nofeaturesonlybugs/sqlh.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
2
Files
57 SLOC
#
Constants
ExpectNone
No description provided by the author
ExpectRow
No description provided by the author
ExpectRowOrNone
No description provided by the author
ExpectRows
No description provided by the author
#
Structs
Query
Query describes a SQL query.
Table
Table is the collection of Query types to perform CRUD against a table.
#
Type aliases
Expect
Expect is an enum describing what to expect when running a query.