generated from tpl/purs
12 lines
444 B
Markdown
12 lines
444 B
Markdown
# 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. You can also
|
|
find this npm library on [https://github.com/brianc/node-postgres][pg].
|
|
|
|
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
|