@metamodules/postgres

1.2.1 • Public • Published

PostgreSQL Meta-Module CircleCI npm version

For use with create-node-app and deploy-node-app

To add this metamodule to your project:

npm install @metamodules/postgres
const postgres = require('@metamodules/postgres')()

postgres.query('SELECT 1+1', (err, resp) => {
  console.log('postgres output:', err, resp)
})

This is a simple wrapper around the node-postgres module which includes the latest stable Postgres image

Readme

Keywords

none

Package Sidebar

Install

npm i @metamodules/postgres

Weekly Downloads

39

Version

1.2.1

License

MIT

Unpacked Size

7.25 kB

Total Files

18

Last publish

Collaborators

  • erulabs
  • pastudan