@data-heaving/common-sql

[![Code Coverage](https://codecov.io/gh/DataHeaving/common/branch/develop/graph/badge.svg?flag=sql)](https://codecov.io/gh/DataHeaving/common)


License
MIT
Install
npm install @data-heaving/common-sql@0.10.2

Documentation

Data Heaving - Common

Code Coverage

This repository is part of Data Heaving project. There are multiple packages in the repository, all of which could be thought as in some way common to other packages of the Data Heaving project:

  • Common package for most fundamental type definitions and useful operations for objects, in addition to event-oriented API,
  • Validation package for most commonly used helpers to work with io-ts library,
  • SQL package for most commonly used helpers to work with SQL databases in Node, and

Usage

All packages of Data Heaving project are published as NPM packages to public NPM repository under @data-heaving organization.

More information

To learn more what Data Heaving project is all about, see here.