pg-tuple

Parses PostgreSQL tuples.


Keywords
tuple, PostgreSQL SQL
License
MIT
Install
npm install pg-tuple@0.0.1

Documentation

pg-tuple

This project is under development.

Build Status Coverage Status

Parses PostgreSQL tuples, with support for:

  • composite tuples
  • arrays of tuples

Installing

$ npm install pg-tuple

Testing

First, clone the repository and install DEV dependencies.

$ npm test

Testing with coverage:

$ npm run coverage

Usage

Not yet formulated.

License

Copyright © 2016 Vitaly Tomilov; Released under the MIT license.