An updated fork of the hapi-sequelize project
npm install happier-sequelize
* Updated sequelize peer-dependency to ^4.0
* Added destroyAllData() method to DB to clear all data from model tables
* Added opts.server field to options to allow a way to pass the hapi server object to models (mostly for logging), can be true to automatically insert server instance or the actual server instance itself
* DB.getAllModelsAsArray() returns models as array
* Tests working with postgres
* Dropped pg dependency to 6.4.2 to avoid this: https://github.com/feathersjs/generator-feathers/issues/246