asfernandes / node-firebird-drivers

Node.js Firebird Drivers
MIT License
53 stars 17 forks source link

Hi Pooling #124

Closed FabianoCastro closed 1 year ago

FabianoCastro commented 2 years ago

Hi, do have U plans to implement Pool?

I'm using "node-firebird", with somes problems;

Usage const aPool = Firebird.pool(max, options)

asfernandes commented 2 years ago

Why not use https://www.npmjs.com/package/generic-pool ?

FabianoCastro commented 2 years ago

Tks, I didn't know