psqlpy-python / psqlpy

Asynchronous Python PostgreSQL driver written in Rust
https://psqlpy-python.github.io/
MIT License
226 stars 3 forks source link

Add `close` method for `PSQLPool` #20

Closed chandr-andr closed 6 months ago

chandr-andr commented 8 months ago

By default, rust closes connection pool automatically when pool is dropped. But some people may want to close connection pool manually. So, it's necessary to add close method.