most-data-pg

1.0.25 • Public • Published

most-data-pg

Most Web Framework PostgreSQL Adapter

##Install

$ npm install most-data-pg

##Usage

Register PostgreSQL adapter on app.json as follows:

adapters: {
    "postgres": { "name":"local-db", "invariantName":"postgres", "default":true,
        "options": {
          "host":"localhost",
          "post":5432,
          "user":"user",
          "password":"password",
          "database":"db"
        }
}

}

If you are intended to use PostgreSQL adapter as the default database adapter set the property "default" to true.

Package Sidebar

Install

npm i most-data-pg

Weekly Downloads

0

Version

1.0.25

License

BSD3-Clause

Last publish

Collaborators

  • k.barbounakis