Add node-postgres (#103)

* add node-postgres

* update node-postgres version to v3.0.0
This commit is contained in:
Toan Nguyen 2017-09-14 23:57:51 +07:00 committed by Phil Freeman
parent 67404ac440
commit f5470dfe92

View file

@ -804,6 +804,24 @@
"repo": "https://github.com/purescript-node/purescript-node-path.git",
"version": "v2.0.0"
},
"node-postgres": {
"dependencies": [
"aff",
"arrays",
"either",
"foldable-traversable",
"foreign",
"foreign-generic",
"datetime",
"integers",
"nullable",
"prelude",
"transformers",
"unsafe-coerce"
],
"repo": "https://github.com/epost/purescript-node-postgres.git",
"version": "v3.0.0"
},
"node-process": {
"dependencies": [
"maps",