What is knex?
"A batteries-included SQL query & schema builder for PostgresSQL, MySQL, CockroachDB, MSSQL and SQLite3"
knex is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 853.4 KB on disk.
Installation Guide
# Install via NPM
npm install knex
# Install via Yarn
yarn add knex