Socket
Socket
Sign inDemoInstall

@aggregion/sql-builders

Package Overview
Dependencies
18
Maintainers
6
Versions
73
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @aggregion/sql-builders

A set of functions to build SQLs


Version published
Weekly downloads
3
Maintainers
6
Install size
9.41 MB
Created
Weekly downloads
 

Readme

Source

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
See examples of using functions in *.spec.js files.

Keywords

FAQs

Last updated on 05 Apr 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc