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.
- Host: GitHub
- URL: https://github.com/sailshq/machinepack-postgresql
- Owner: sailshq
- Created: 2016-09-21T22:52:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-07-21T20:49:00.000Z (over 2 years ago)
- Last Synced: 2025-04-13T23:39:41.901Z (9 months ago)
- Topics: machinepack, postgresql, sailsjs, waterline-driver
- Language: JavaScript
- Size: 150 KB
- Stars: 1
- Watchers: 1
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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 [](http://badge.fury.io/js/machinepack-postgresql) [](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 [](http://npmjs.com/package/machinepack-postgresql)
To report a bug, [click here](http://sailsjs.com/bugs).
## Contributing [](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.
[](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).