generated from tpl/purs
146121c025
Highlight the correspondance of pg with it's original github repo. |
||
---|---|---|
src/Database | ||
test | ||
.editorconfig | ||
.gitignore | ||
bower.json | ||
LICENSE | ||
Makefile | ||
package.json | ||
README.md | ||
Rows.pl |
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.
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.