megastef / node-crate

Node.js base DB-Driver for CRATE (www.crate.io)
52 stars 18 forks source link

Turn node-crate into scope to allow to connect to different Databases #26

Closed tomsvogel closed 6 years ago

tomsvogel commented 6 years ago

@megastef I changed the handling of the connectionPool, moving all to a class. To provide backward compatibility I added the getNewInstance to get a new Instance.

Any Inputs from your side?