An open API service indexing awesome lists of open source software.

https://github.com/sailshq/machinepack-postgresql

Structured Node.js bindings for Postgresql.
https://github.com/sailshq/machinepack-postgresql

machinepack postgresql sailsjs waterline-driver

Last synced: 3 months ago
JSON representation

Structured Node.js bindings for Postgresql.

Awesome Lists containing this project

README

          


node-machine logo
machinepack-postgresql

Run queries against a PostgreSQL database.

Visit [Waterline Driver Interface project](https://github.com/node-machine/driver-interface) for more background information about this package.

## Installation   [![NPM version](https://badge.fury.io/js/machinepack-postgresql.svg)](http://badge.fury.io/js/machinepack-postgresql) [![Build Status](https://travis-ci.org/sailshq/machinepack-postgresql.png?branch=master)](https://travis-ci.org/sailshq/machinepack-postgresql)

```sh
$ npm install machinepack-postgresql --save
```

## Usage

For the latest usage documentation, version information, and test status of this module, see machinepack-postgresql homepage. The generated manpage for each method contains a complete reference of all expected inputs, possible exit states, and example return values.

## Help

For more examples, or if you get stuck or have questions, click [here](http://sailsjs.com/support).

## Bugs   [![NPM version](https://badge.fury.io/js/machinepack-postgresql.svg)](http://npmjs.com/package/machinepack-postgresql)

To report a bug, [click here](http://sailsjs.com/bugs).

## Contributing   [![Build Status](https://travis-ci.org/sailshq/machinepack-postgresql.svg?branch=master)](https://travis-ci.org/sailshq/machinepack-postgresql)

Please observe the guidelines and conventions laid out in the [Sails project contribution guide](http://sailsjs.com/contribute) when opening issues or submitting pull requests.

[![NPM](https://nodei.co/npm/machinepack-postgresql.png?downloads=true)](http://npmjs.com/package/machinepack-postgresql)

## Acknowledgements

Thanks to [@brianc](https://github.com/brianc) for all of his fantastic work on the [`pg`](http://npmjs.com/package/pg) package!

## License

MIT © 2015-2017 The Sails Company

This package, like the [Sails framework](http://sailsjs.com), is free and open-source under the [MIT License](http://sailsjs.com/license).