2
0
Files
pgx/pool/todo.txt
T
Jack Christensen d93de3fdc7 Add CopyFrom to pool
2019-04-25 15:35:53 -05:00

11 lines
260 B
Plaintext

func (p *ConnPool) Deallocate(name string) (err error)
func (p *ConnPool) Prepare(ctx context.Context, name, sql string) (*PreparedStatement, error)
max conns
max conn lifetime
keep alive
acquire hook (check based on idle time)
release hook (do reset all?)