Documentation ¶
Index ¶
- type Database
- func (d *Database) Begin(ctx context.Context) (pgx.Tx, error)
- func (d *Database) Close()
- func (d *Database) Exec(query string, args ...interface{}) (pgconn.CommandTag, error)
- func (d *Database) Query(query string, args ...interface{}) (pgx.Rows, error)
- func (d *Database) QueryRow(query string, args ...interface{}) pgx.Row
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.