Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type CountParams ¶
type CountParams struct { TableName string Where interface{} }
type OrderByType ¶
type SelectByIdParams ¶
type SelectParams ¶
type SelectParams struct { TableName string Select string Where interface{} OrderBy *OrderByType Limit uint64 }
type UpdateParams ¶
type UpdateParams struct { TableName string Update interface{} Where interface{} }
Click to show internal directories.
Click to hide internal directories.