@testopentelemetry/sqlcommenter-knex
v2.9.2
Published
Middleware and wrappers to correlate SQL statements from Knex.js and Express.js
Readme
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-knexUsage
const sknex = require('@google-cloud/sqlcommenter-knex');