1.0.4 • Published 3 years ago

spiced-pg v1.0.4

Weekly downloads
191
License
ISC
Repository
github
Last release
3 years ago

Spiced PG

Usage

var spicedPg = require('spiced-pg');

var db = spicedPg('postgres:spicedling:password@localhost:5432/cities');

db.query('SELECT * FROM cities').then(function(results) {
    console.log(results.rows);
}).catch(function(err) {
    console.log(err);
});
1.0.4

3 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

6 years ago