1.0.0 • Published 3 years ago

@google-cloud/sqlcommenter-knex v1.0.0

Weekly downloads
11
License
Apache-2.0
Repository
github
Last release
3 years ago

sqlcommenter-knex

sqlcommenter is a plugin/middleware/wrapper to augment SQL statements from Knex.js with comments that can be used later to correlate user code with SQL statements.

It supports Node v6 and above to use ES6 features.

Installation

npm install @google-cloud/sqlcommenter-knex

Usage

const sknex = require('@google-cloud/sqlcommenter-knex');