Documentation
¶
Index ¶
- type Config
- type Conn
- func (c *Conn) Close() error
- func (c *Conn) Configure() *Config
- func (c *Conn) Exec(qry string, args map[string]any) (r pgconn.CommandTag, err error)
- func (c *Conn) IsBusy() bool
- func (c *Conn) IsClosed() bool
- func (c *Conn) Prepare(qry, name string) (*pgconn.StatementDescription, error)
- func (c *Conn) Query(qry string, args map[string]any) (r *Rows, err error)
- type ConnPool
- type PgxModule
- type PoolConfig
- type PoolConn
- func (c *PoolConn) Close() error
- func (c *PoolConn) Configure() *Config
- func (c *PoolConn) Exec(qry string, args map[string]any) (r pgconn.CommandTag, err error)
- func (c *PoolConn) Prepare(qry, name string) (*pgconn.StatementDescription, error)
- func (c *PoolConn) Query(qry string, args map[string]any) (r *Rows, err error)
- type Rows
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conn ¶
type Conn struct {
// contains filtered or unexported fields
}
type ConnPool ¶
type ConnPool struct {
// contains filtered or unexported fields
}
type PgxModule ¶
type PgxModule struct {
}
func (PgxModule) ExportsWithEngine ¶
func (PgxModule) TypeDefine ¶
type PoolConfig ¶
type PoolConfig struct {
*Config
}
Click to show internal directories.
Click to hide internal directories.