1.1.0 • Published 3 years ago

ph-fastify-knexjs-updated v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

Fastify KnexJS Plugin

JavaScript Style Guide Build Status

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

License

Licensed under MIT.