0.1.9 • Published 7 years ago

happier-sequelize v0.1.9

Weekly downloads
11
License
MIT
Repository
github
Last release
7 years ago

happier-sequelize - a Hapi plugin for the Sequelize ORM based on hapi-sequelize

npm

This is simply an updated version of danecando/hapi-sequelize: https://github.com/danecando/hapi-sequelize

Changelog

  • Updated sequelize peer-dependency to ^4.0
  • Added destroyAllData() method to DB to clear all data from model tables

0.1.8ish

  • 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

0.1.9

  • Added options injectLoggingFunction that will inject a .log method into the models that emits a Hapi log event
0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago