- [51c64cc] Drop support for node < 6
- [518eaf1] Update dependencies: [email protected], [email protected]
- [b98ec1e] Add option for using different promise implementation
- [838c1f4] Update dependency [email protected]
- [5d47901] add
getConnection()
for getting a connection from the pool. - [7472b3e] Stop support for node v0.10.x Run test again node v6.x.x Greenkeeper ignore eslint.
- [a8b693f] Update deps: [email protected]
- [b08d495] chore(package): update bluebird to version 3.4.1
- [ecd493a] Change mysql implementation selection to be passed as parameter to .configure() instead of the constructor.
- [3ae597a] Update [email protected] and dev dependencies.
- [e62613e] Add support for selecting mysql driver e.g mysql2.
Now uses [email protected] which may contain breaking changes.
- ebcb0aa - Remove deprecated bluebird functions. Added more tests.
- 6ec64e2 - Change linting.
- 7ca2cd4 - chore(package): update dependencies
- Changed dependencies [email protected], [email protected]
- Added isConfigured() on the DB instance to check if a pool has been configured.