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-postgresBuild:
spago build
# or
npm run build# start a postgres database
docker-compose upThen run the tests:
spago -x test.dhall test
# or
npm run test