Re-exports

Macros

Structs

Enums

  • Enum representing different types of write authorizations. Used for security checks and other related operations.

Functions

  • Execute the given INSERT query against the given transaction with the given parameters.
  • Execute the given query and return the result, which can be at most one row.
  • Run a query which should return exactly one row (with the given parameters)
  • Execute the given SELECT query against the given transaction with the given parameters, returning the result.
  • Execute the given query (which takes no parameters) and return the result.
  • Returns a string of the form VALUES (?,?,...),(?,?,...),... with the given number of columns and rows.

Type Aliases