hapi-sequelize
hapi-sequelize copied to clipboard
Hapi plugin for the Sequelize ORM
It would be great to have a logging option to pass to the sync method. Might be easiest to pass the option directly so users could implement their own function,...
Handles errors generated by sequelize on plugin registering during the ```.authenticate()``` call by logging the error and not starting the server. Fixes #71
should throw an error if database name is not found, instead of returning wrong database
Hi, Love the plugin. I was looking to utilize a Hapi plugin and was wondering if there was a way to access the server instance from any of the Sequelize...
When there is a runtime error like this: ``` ERROR: could not extend file "base/12407/1249": No space left on device SUGERENCIA: Check free disk space. ``` Because of no left...
Steps to reproduce: inside a handler, call request.getDb('i-am-a-invalid-name') and returns, in my case the last of 2 database connections. Will be preferable throwing a KeyError exception or return a undefined...