@arnaudnyc/fastify-knexjs
v1.0.14
Published
Fastify KnexJS Plugin
Downloads
3
Readme
Fastify KnexJS Plugin
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
License
Licensed under MIT.