README
sql-builders
A set of functions to build SQLs.
Installation
$ npm i --save @aggregion/sql-builders
How to import functions
const {
buildEstimateCountSql,
buildTransReportSql,
buildOnlineReportSql,
buildGetSegmentSizesSql,
buildSwitchersReportSql
} = require('@aggregion/sql-builders);
How to run tests
$ npm t
API
- buildEstimateCountSql
- buildTransReportSql
- buildOnlineReportSql
- buildGetSegmentSizesSql
- buildSwitchersReportSql