Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrNoResult ¶
type ErrNoResult struct {
Msg string
}
func (ErrNoResult) Error ¶
func (e ErrNoResult) Error() string
type ErrReference ¶
func (ErrReference) Error ¶
func (e ErrReference) Error() string
type Querier ¶
type Querier interface { NewContext() context.Context ExecContext(ctx context.Context, sql string, arguments ...any) (sql.Result, error) QueryContext(ctx context.Context, query string, args ...any) (*sql.Rows, error) QueryRowContext(ctx context.Context, query string, args ...any) *sql.Row }
Querier exposes only methods for running SQL queries, and some helper functions.
Click to show internal directories.
Click to hide internal directories.