This is alpha quality software.
Bindings for node-any-db forked from purescript-node-postgres, with a slightly more fine-grained API.
I’ll assume you have PureScript and PostgreSQL installed. You’ll also need purescript-pulp and the postgres version of node-any-db:
npm install any-db-postgres any-db-transaction
npm install pulp
Clone the project:
git clone https://github.com/epost/purescript-node-postgres
cd purescript-node-postgres
Create a Postgres database and run the tests:
psql --command="create database test"
cat schema.sql | psql --username=testuser test
Let’s run some tests:
pulp test
See Module documentation.