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
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
Source Files ¶
- Version
- v5.0.1
- Published
- Jan 30, 2023
- Platform
- js/wasm
- Imports
- 5 packages
- Last checked
- 4 hours ago –
Tools for package owners.