Plugin which makes it easy to store, update, retrieve, and delete data form
an underlying Postgres data store.
You can give the API a SQL query or use one of the easier API's and the plugin will generate the query.
You can give the API a SQL query or use one of the easier API's and the plugin will generate the query.
Classes
Members
(inner) store
Allows access to the store
Methods
(inner) cleanup()
Close connection to the DB
(inner) connect()
Returns a promise which will resolve with the store having access to the
Postgres DB