package pgxv4

import "github.com/vgarvardt/gue/v5/adapter/pgxv4"

Index

Functions

func NewConn

func NewConn(c *pgxpool.Conn) adapter.Conn

NewConn instantiates new adapter.Conn using github.com/jackc/pgx/v4

func NewConnPool

func NewConnPool(pool *pgxpool.Pool) adapter.ConnPool

NewConnPool instantiates new adapter.ConnPool using github.com/jackc/pgx/v4

func NewTx

func NewTx(tx pgx.Tx) adapter.Tx

NewTx instantiates new adapter.Tx using github.com/jackc/pgx/v4

Source Files

db.go

Version
v5.0.1
Published
Jan 30, 2023
Platform
js/wasm
Imports
5 packages
Last checked
4 hours ago

Tools for package owners.