This is a Singer target for Postgres following the Singer spec.
Install the script by running e.g. pip install -e .. Then run the command like this:
<source> | target-postgres -c sample-config.jsonFind an example of the configuration in the sample-config.json file.
In order to run the tests install pytest:
pip install pytestThen run the tests:
pytest