Go to file
2018-04-22 16:47:07 +02:00
src/Database Migrate tests to purescript-test-unit + Instant fetching + test 2018-04-22 16:47:07 +02:00
test Migrate tests to purescript-test-unit + Instant fetching + test 2018-04-22 16:47:07 +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 Migrate tests to purescript-test-unit + Instant fetching + test 2018-04-22 16:47:07 +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 Handle numeric values using purescript-decimals 2018-04-21 13:12:20 +02:00
README.md Migrate tests to purescript-test-unit + Instant fetching + test 2018-04-22 16:47: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.

Install

To use this library, you need to add pg and decimal.js as an npm dependency. You can also find this npm library on [https://github.com/brianc/node-postgres][pg].

Preprocessing static SQL statements

The purspgpp preprocessor has been replaced by sqltopurs, which is a code generator instead of a preprocessor, and easier to use.

Testing

To run test you have to prepare "purspg" database and use standard command: pulp test