v.6.1.0
Version 6.x Official Release
Version 6.x is now the master
branch, while the previous version has moved into the 5.x
branch for any kind of maintenance work, in case it is ever needed.
The new version is 100% backward compatible with version 5.x, while adding the following new features:
- The library is now using the very latest node-postgres driver (currently
^6.4.0
) - Each Database creates its own connection pool, thus allowing better connection scalability
- Type Database exposes the connection pool it uses via property $pool, for integration purposes.