You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce DBUtils PooledDB db connection pooling (#3)
* refactored database.db to app.db to simplify project structure
* implement db connection pooling with DBUtils PooledDB (pooled_db)
* minor fix in Handler: only close db connection if it was initialized
* minor fix for previous commit
* start explicit transaction with db.begin() in Cleanup, as required by DBUtils PooledDB
* moved logger and db cleanup code into destructor of Handler
made DBUtils PooledDB params configurable via .env vars
* added db connection pooling configuration notes to README
getting ready for v0.6.0 release