package libpq
import "github.com/vgarvardt/gue/v5/adapter/libpq"
Index ¶
- func NewConn(c *sql.Conn) adapter.Conn
- func NewConnPool(pool *sql.DB) adapter.ConnPool
- func NewTx(tx *sql.Tx) adapter.Tx
Functions ¶
func NewConn ¶
NewConn instantiates new adapter.Conn using github.com/lib/pq
func NewConnPool ¶
NewConnPool instantiates new adapter.ConnPool using github.com/lib/pq
func NewTx ¶
NewTx instantiates new adapter.Tx using github.com/lib/pq
Source Files ¶
- Version
- v5.0.0
- Published
- Dec 13, 2022
- Platform
- js/wasm
- Imports
- 3 packages
- Last checked
- 4 hours ago –
Tools for package owners.