IBM / nodejs-idb-connector

A JavaScript (Node.js) library for communicating with Db2 for IBM i, with support for queries, procedures, and much more. Uses traditional callback-style syntax
MIT License
38 stars 23 forks source link

Connection Pool #158

Closed tonkolviktor closed 1 year ago

tonkolviktor commented 1 year ago

Is your feature request related to a problem? Please describe. I'd like to use a connection pool in a rest api scenario to avoid creating connections for each request.

Describe the solution you'd like Something like: https://www.npmjs.com/package/odbc#Pool

Describe alternatives you've considered I could not find anything in the readme, but I may have missed it. I'm afraid I have to implement something myself!?

abmusse commented 1 year ago

There a is a connection pool implmentation available in idb-pconnector.

github-actions[bot] commented 1 year ago

:wave: Hi! This issue has been marked stale due to inactivity. If no further activity occurs, it will automatically be closed.

tonkolviktor commented 1 year ago

yes, thanks tested and works perfect! (maybe you could mention on the main page that there is an other lib ;) )