From 8d7af01288552d5185dceb0a0fbab7a70214d6af Mon Sep 17 00:00:00 2001 From: rightfold Date: Sun, 25 Dec 2016 23:58:29 +0100 Subject: [PATCH] Add pg npm library note to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 005df51..f154fa0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # purescript-postgresql-client purescript-postgresql-client is a PostgreSQL client library for PureScript. + +To use this library, you need to add `pg` as an npm dependency. + Included is a preprocessor, purspgpp, which finds embedded SQL queries in PureScript source files and infers their types. Such queries can be written as follows: