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
Leverage pools of pool manager from data-connector. (#47)
* centralized pool of pools
* exports pools
* make it driver agnostic, use callback to setup pool into pools
* use controller to abort all
* Apply suggestions from code review
Co-authored-by: Fabian Iwand <[email protected]>
* no need to monkey patch close
* keyOf + key in closure
* mssql signal to handle closing and deleting
* Update lib/mssql.js
Co-authored-by: Fabian Iwand <[email protected]>
* remove pool of pools for mssql
* imports
* await for the connection
* remove pools from exports
* bump node version for Dockerfile
* no pool to test
Co-authored-by: Fabian Iwand <[email protected]>
0 commit comments