Package

purescript-node-postgres

Repository
epost/purescript-node-postgres
License
MIT
Uploaded by
justinwoo
Published on
2018-06-13T14:40:13Z
purescript-node-postgres on Pursuit

PureScript bindings for the pg library (node-postgres on GitHub).

I’ll assume you have PureScript and PostgreSQL installed. You’ll also need purescript-pulp and pg:

npm install pg
npm install -g 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 install
pulp test

See Module documentation.