pg-tuple
v0.0.2
Published
Parses PostgreSQL tuples.
Downloads
16
Readme
pg-tuple
This project is under development.
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.