From 146121c025fdabc58599c58e24c48ac7e236ee0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Le=20Dorze?= Date: Thu, 8 Jun 2017 14:05:06 +0200 Subject: [PATCH] Create README.md Highlight the correspondance of pg with it's original github repo. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a215017..0ed7efb 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ purescript-postgresql-client is a PostgreSQL client library for PureScript. To use this library, you need to add `pg` as an npm dependency. +`pg` being the npm repo of https://github.com/brianc/node-postgres + The purspgpp preprocessor has been replaced by [sqltopurs], which is a code generator instead of a preprocessor, and easier to use.