Remove pool/todo.txt

pull/483/head
Jack Christensen 2019-04-27 10:43:16 -05:00
parent 1b124baf7a
commit 71d8503b81
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
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?)