diff --git a/pool/todo.txt b/pool/todo.txt deleted file mode 100644 index 4a4acf37..00000000 --- a/pool/todo.txt +++ /dev/null @@ -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?)