0.0.1 • Published 4 years ago

@google-wombot/sqlcommenter v0.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

sqlcommenter

sqlcommenter is a suite of plugins/middleware/wrappers to augment SQL statements from ORMs/Querybuilders with comments that can be used later to correlate user code with SQL statements.

It supports Node v6 and above to use ES6 features.

Supported frameworks:

  • Sequelize
  • Knex.js

Installation

Go into either of the packages packages/knex or packages/sequelize and then you can run respectively

MiddlewareCommand
Knex.jsnpm install --save @sqlcommenter/knex
Sequelize.jsnpm install --save @sqlcommenter/sequelize