package pgxv5

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

Index

Functions

func NewConn

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

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

func NewConnPool

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

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

func NewTx

func NewTx(tx pgx.Tx) adapter.Tx

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

Source Files

db.go

Version
v5.0.0
Published
Dec 13, 2022
Platform
js/wasm
Imports
5 packages
Last checked
4 hours ago

Tools for package owners.