0.1.9 • Published 8 years ago

happier-sequelize v0.1.9

Weekly downloads
11
License
MIT
Repository
github
Last release
8 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

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago