Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConnPool ¶
NewConnPool instantiates new adapter.ConnPool using github.com/lib/pq
Types ¶
type Tx ¶
type Tx struct {
// contains filtered or unexported fields
}
Tx implements adapter.Tx using github.com/lib/pq
func (*Tx) Exec ¶
func (tx *Tx) Exec(ctx context.Context, sql string, arguments ...interface{}) (adapter.CommandTag, error)
Exec implements adapter.Tx.Exec() using github.com/lib/pq
Click to show internal directories.
Click to hide internal directories.