Go to file
rightfold e7aceb9ad8
Merge pull request #13 from nwolverson/patch-1
Check callback for undefined
2017-12-06 06:35:40 +01:00
src/Database Check callback for undefined 2017-08-13 21:32:13 +01:00
test Test withTransaction 2017-06-03 13:59:30 +02:00
.editorconfig Extract from dinote 2016-12-22 19:12:38 +01:00
.gitignore Extract from dinote 2016-12-22 19:12:38 +01:00
bower.json Use makeAff instead of importing PS in FFI code 2017-06-03 13:43:30 +02:00
LICENSE Update copyright year 2017-06-03 16:07:09 +02:00
Makefile Remove tuple machinery in favour of row types 2017-06-03 13:27:14 +02:00
package.json Add pg dependency 2016-12-22 22:10:28 +01:00
README.md Formatting 2017-06-13 11:49:07 +02:00
Rows.pl Remove tuple machinery in favour of row types 2017-06-03 13:27:14 +02:00

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.