# db

This library contains utilities for testing database migrations and, in the future, other useful db-related stuff. The description will be expanded as functionality is added.

## Running unit tests

Run `nx test db` to execute the unit tests via [Jest](https://jestjs.io).

## Running lint

Run `nx lint db` to execute the lint via [ESLint](https://eslint.org/).
