Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 424 Bytes

File metadata and controls

16 lines (12 loc) · 424 Bytes

sqlcommenter-sequelize

sqlcommenter is a plugin/middleware/wrapper to augment SQL statements from Sequelize.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-sequelize

Usage

const ssequelize = require('@google-cloud/sqlcommenter-sequelize');