Go to file
Tomasz Rybarczyk 13eb0ef583 Cosmetics
2018-10-08 16:08:30 +02:00
src/Database sql value for Object 2018-09-06 12:15:05 +02:00
test Cosmetics 2018-10-08 16:08: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 sql value for Object 2018-09-06 12:15:05 +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 test for DELETE query which returns removed rows. 2018-10-08 15:57:33 +02:00
README.md README: Cosmetics 2018-04-22 16:52:32 +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 first of them on [https://github.com/brianc/node-postgres][pg].

Generating SQL Queries

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

Testing

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