hapi-bookshelf-ext
v0.0.1
Published
hapi bookshelf plugin
Downloads
3
Readme
hapi-bookshelf-ext
Bookshelf plugin for hapi.
Install
$ npm install knex bookshelf hapi-bookshelf-ext
Usage
This plugin requires an instance of knew to be passes to options.instance, or knex configuration to options.knex. If none are provided this plugin will assume hapi-knex2 is registered somewhere else and wait for it to load.
It decorates the server and request object with the bookshelf instance, along with exposing it in the plugin.
License
MIT