# 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)

This folder contains source code for `@data-heaving/common-sql` NPM package.
The exported entities include:
- Connection pool and connection instance abstractions, and
- Helper methods to read data from SQL connections using Node's event-based Streams.

# Usage
Include `@data-heaving/common-sql` dependency in your `package.json` file.

# More information
To learn more what Data Heaving project is all about, [see here](https://github.com/DataHeaving/orchestration).