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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connection Pool

tonkolviktor opened this issue · comments

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!?

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

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

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