purescript-postgresql-client/README.md

11 lines
359 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` as an npm dependency.
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