1.2.1 • Published 5 years ago

@metamodules/postgres v1.2.1

Weekly downloads
14
License
MIT
Repository
github
Last release
5 years ago

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

1.2.1

5 years ago

1.2.0

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago