package
0.0.0-20240415041022-463b32c03d39
Repository: https://github.com/readr-media/readr-restful.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
Use ..
No description provided by the author
No description provided by the author
No description provided by the author
OperatorCoverter converts between query operators and MySQL operators.
No description provided by the author
No description provided by the author
RunPipeline runs the supplied statements within the transaction.
func ValidateActive(args map[string][]int, status map[string]interface{}) (err error) {.
WithTransaction is a wrapper function that wraps the creation of db transaction and handles rollback/commit based on the error object returned by the `TxFn`.

# Variables

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

# Structs

Create our own null boolean type for prettier marshal JSON format.
Create our own null float type for prettier marshal JSON format.
Create our own null string type for prettier marshal JSON format.
No description provided by the author
No description provided by the author
PipelineStmt represents the sql statement to be executed.

# Interfaces

No description provided by the author

# Type aliases

Create our own null string type for prettier marshal JSON format.
No description provided by the author
TxFn is the function that really executes sql queries.