package
0.0.0-20240730053127-b4fa47f14e21
Repository: https://github.com/bvisness/e18e-bot.git
Documentation: pkg.go.dev
# Functions
A passthrough to the Exec method, because it's annoying to have to backspace "db.".
Identical to Query, but panics if there was an error.
Identical to QueryIterator, but panics if there was an error.
Identical to QueryOne, but panics if there was an error.
Identical to QueryOneScalar, but panics if there was an error.
Identical to QueryScalar, but panics if there was an error.
No description provided by the author
Performs a SQL query and returns a slice of all the result rows.
Identical to Query, but returns the ResultIterator instead of automatically converting the results to a slice.
Identical to Query, but returns only the first result row.
Identical to QueryScalar, but returns only the first result value.
Identical to Query, but returns concrete values instead of pointers.
# Variables
A general error to be used when no results are found.
# Interfaces
This interface should match both a direct pgx connection or a pgx transaction.