Skip to content

alexpryazhnikov/nestjs-knex

Repository files navigation

Description

Knex.js module for Nest

Features

  • Integrated with Nest Dynamic modules API
  • Async configuration
  • Multiple connections
  • InjectConnection decorator

Quick Start and Configuration

Module has same configuration API with Sequelize/TypeORM Nest.js packages. Overview & Tutorial