Documentation
¶
Index ¶
- type Driver
- func (c *Driver) Close()
- func (c *Driver) CountRows(ctx context.Context, query string, args ...interface{}) (int, error)
- func (c *Driver) ExecuteQuery(ctx context.Context, query string, args ...interface{}) error
- func (c *Driver) Ping(ctx context.Context) error
- func (c *Driver) QueryRow(ctx context.Context, query string, args ...interface{}) (pgx.Row, error)
- func (c *Driver) QueryRows(ctx context.Context, query string, args ...interface{}) (pgx.Rows, error)
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.