# purescript-postgresql-client **Repository Path**: mirrors_akheron/purescript-postgresql-client ## Basic Information - **Project Name**: purescript-postgresql-client - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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. [sqltopurs]: https://github.com/rightfold/sqltopurs ## Testing To run tests you have to prepare "purspg" database and use standard command: `pulp test`.