# fastify-knex-ts

Fastify knex connection plugin write by ts.

## Install

```sh
# 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

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

### link

[knexjs](https://github.com/knex/knex)
