package
Version:
v0.3.0
Opens a new window with list of versions in this module.
Published: Jul 16, 2019
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Conn is the adapter type for PGx connection connection type
NewConn instantiates PGx connection adapter
Exec runs a query and returns an error if any
func (a *Conn) SelectOne(dst interface{}, query string, args ...interface{}) error
SelectOne runs a select query and scans the object into a struct or returns an error
ConnPool is the adapter type for PGx connection pool connection type
NewConnPool instantiates PGx connection pool adapter
Exec runs a query and returns an error if any
SelectOne runs a select query and scans the object into a struct or returns an error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.