@wmfs/tymly-etl-plugin
Version:
A collection of states for helping with Extract, Transform and Load tasks.
32 lines (20 loc) • 1.7 kB
Markdown
# tymly-etl-plugin
[](https://tymly.io/)
[](https://www.npmjs.com/package/@wmfs/tymly-etl-plugin)
[](https://circleci.com/gh/wmfs/tymly-etl-plugin)
[](https://codecov.io/gh/wmfs/tymly-etl-plugin)
[](https://www.codefactor.io/repository/github/wmfs/tymly-etl-plugin)
[](https://dependabot.com/)
[](http://commitizen.github.io/cz-cli/)
[](https://standardjs.com)
[](https://github.com/wmfs/tymly-etl-plugin/blob/master/LICENSE)
> A collection of states for helping with Extract, Transform and Load tasks within [TymlyJS](http://www.tymlyjs.io).
## <a name="install"></a>Install
## <a name="test"></a>Testing
Before running these tests, you'll need a test PostgreSQL database available and set a `PG_CONNECTION_STRING` environment variable to point to it, for example:
```PG_CONNECTION_STRING=postgres://postgres:postgres@localhost:5432/my_test_db```
```bash
$ npm test
```
## <a name="license"></a>License
[MIT](https://github.com/wmfs/tymly-etl-plugin/blob/master/LICENSE)