fastify-knexjs

Fastify KnexJS Plugin


Keywords
Fastify, KnexJS, Plugin, Test
License
MIT
Install
npm install fastify-knexjs@1.4.0

Documentation

Fastify KnexJS Plugin

Test Semantic Release JavaScript Style Guide semantic-release

NPM

Installation

npm install fastify-knexjs --save

Usage

fastify.register(require('fastify-knexjs'), options, (err) =>
  console.error(err)
);

fastify.get('/', (request, reply) => {
  console.log(fastify.knex); // Knex DB instance
});

Options

KnexJS client DB configuration JSON object.

http://knexjs.org/#Installation-client

Author

Nicolás Balduzzi

Contributors

Patrick Heneise

License

Licensed under MIT.