Create README.md

Highlight the correspondance of pg with it's original github repo.
This commit is contained in:
Stéphane Le Dorze 2017-06-08 14:05:06 +02:00 committed by GitHub
parent 35f9da6f50
commit 146121c025

View File

@ -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.