0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Merge pull request #4422 from jaswilli/pg

Use pure javascript library for postgresql.
This commit is contained in:
Hannah Wolfe 2014-11-10 21:01:08 +00:00
commit 9a035144ed

View file

@ -66,7 +66,7 @@
},
"optionalDependencies": {
"mysql": "2.5.2",
"pg": "3.6.2"
"pg.js": "3.6.2"
},
"devDependencies": {
"blanket": "~1.1.6",