Note: This is a fork of purescript-node-postgres (MIT Licence).
PureScript bindings for the pg library (node-postgres on GitHub).
Clone the project and install its dependencies:
npm install pg --save
spago install yoga-postgres
Build:
spago build
# or
npm run build
# start a postgres database
docker-compose up
Then run the tests:
spago -x test.dhall test
# or
npm run test