package pgxv4
import "github.com/vgarvardt/gue/v5/adapter/pgxv4"
Index ¶
- func NewConn(c *pgxpool.Conn) adapter.Conn
- func NewConnPool(pool *pgxpool.Pool) adapter.ConnPool
- func NewTx(tx pgx.Tx) adapter.Tx
- func UnwrapTx(tx adapter.Tx) (pgx.Tx, bool)
Functions ¶
func NewConn ¶
NewConn instantiates new adapter.Conn using github.com/jackc/pgx/v4
func NewConnPool ¶
NewConnPool instantiates new adapter.ConnPool using github.com/jackc/pgx/v4
func NewTx ¶
NewTx instantiates new adapter.Tx using github.com/jackc/pgx/v4
func UnwrapTx ¶
UnwrapTx tries to unwrap driver-specific transaction instance from the interface. Returns unwrap success as the second parameter.
Source Files ¶
- Version
- v5.6.1
- Published
- Apr 4, 2024
- Platform
- js/wasm
- Imports
- 6 packages
- Last checked
- 4 hours ago –
Tools for package owners.