purescript-postgresql-client/README.md

12 lines
461 B
Markdown
Raw Normal View History

2016-12-24 12:34:27 +00:00
# purescript-postgresql-client
purescript-postgresql-client is a PostgreSQL client library for PureScript.
2016-12-25 22:58:29 +00:00
To use this library, you need to add `pg` and `decimal.js` as an npm dependency. You can also
2017-06-13 09:49:07 +00:00
find this npm library on [https://github.com/brianc/node-postgres][pg].
2017-06-03 12:06:09 +00:00
The purspgpp preprocessor has been replaced by [sqltopurs], which is a code
generator instead of a preprocessor, and easier to use.
[sqltopurs]: https://github.com/rightfold/sqltopurs