Documentation
¶
Index ¶
- func Exec(ctx context.Context, conn Conn, sql string, args ...any) error
- func Query[T any](ctx context.Context, conn Conn, sql string, args ...any) ([]T, error)
- func QueryRow[T any](ctx context.Context, conn Conn, sql string, args ...any) (T, error)
- type Config
- type Conn
- type DB
- type NamedArgs
- type Tx
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.