package
0.0.0-20220323104224-5d6a5f92c723
Repository: https://github.com/reisender/pipe.git
Documentation: pkg.go.dev

# Functions

ExtractRecordsFromRows iterates over the *sqlx.Rows and calls the handler for each or error if something went wrong.

# Constants

MysqlDatetimeFormat is the Mysql date time format.

# Variables

ErrInvalidSQLQueryType is the error for when the query passed in is isn't one of the know types.
ErrStopExtract is the error to be used by a rowHandler to indicate that the iterating over the rows results should not continue.

# Structs

Conn is a wrapper around a connection to handle creating the connection and shutting it down.
Get gets records from a query or table.

# Type aliases

Exec executes a query.
Query runs an SQL query on a db connection.