hapi-knex2
Knex plugin for hapi.
Install
$ npm install knex hapi-knex2
Usage
For knex to work install one of the database drivers found in the knex documentation. Then you can do as follows:
const Hapi = ; const server = /* options */; // some other stuff ... server;
License
MIT