3.0.1 • Published 2 years ago

fastify-knex-ts v3.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

fastify-knex-ts

Fastify knex connection plugin write by ts.

Install

# this is for Knex of the version is before v1.0
npm i fastify-knex-ts@v1 --save
# this is for fastify@3
npm i fastify-knex-ts@v2 --save

npm i fastify-knex-ts --save

Usage

fastify.register(require('fastify-knex-ts'), [Knex.Config])

link

knexjs