@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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.1
    47
    • latest

Version History

Package Sidebar

Install

npm i @metamodules/postgres

Weekly Downloads

47

Version

1.2.1

License

MIT

Unpacked Size

7.25 kB

Total Files

18

Last publish

Collaborators

  • erulabs
  • pastudan