Skip to content

epost/purescript-node-postgres

Repository files navigation

PureScript bindings for node-postgres

purescript-node-postgres on Pursuit

PureScript bindings for the pg library (node-postgres on GitHub).

Installation

Clone the project and install its dependencies:

git clone https://github.com/epost/purescript-node-postgres
cd purescript-node-postgres
npm install

Building

Build:

npm run build

Testing

Assuming you have PostgreSQL installed, create a database with some test data:

psql --command="create database test"
psql --command="create user testuser"
psql --username=testuser test -f schema.sql

Then run the tests:

npm run test

Documentation

See Module documentation.

About

PureScript bindings for node-postgres.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 9

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy