Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PgxIface ¶
type PgxIface interface { Begin(context.Context) (pgx.Tx, error) Exec(context.Context, string, ...any) (pgconn.CommandTag, error) QueryRow(context.Context, string, ...interface{}) pgx.Row Query(context.Context, string, ...interface{}) (pgx.Rows, error) Ping(context.Context) error Prepare(context.Context, string, string) (*pgconn.StatementDescription, error) Close(context.Context) error }
Click to show internal directories.
Click to hide internal directories.