-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this project dead? #61
Comments
I think it’s definitely dead... |
If I have time I'm accepting PRs to an tediousconnectionpool2 fork |
I'm accepting PRs to https://github.com/700software/tedious-connection-pool2 So it's slightly less dead than it once was. |
Any alternatives for connection pooling ? |
I've been using this for years: https://gist.github.com/clshortfuse/33447c2b731531ecf5a7a224f649e818
It's a little wonky, in retrospect, but it'll automatically release the connection when the promise inside |
Feel free to contribute to https://github.com/700software/tedious-connection-pool2 I've used tedious-connection-pool2 personally with no issues.
|
For others finding their way to this dead end, I can recommend going with a generic pool implementation like eg. https://github.com/coopernurse/node-pool. Well supported, promise based and with type definitions 👍 |
Hi, has this project been abandoned? latest commits were in 2018 and it is not even compatible with latest version of tedious.
The text was updated successfully, but these errors were encountered: