Merge pull request #3914 from halfdan/3864-db-config

Add alternative names for pg
This commit is contained in:
Hannah Wolfe 2014-09-02 16:28:08 +01:00
commit d4888afddd

View File

@ -6,5 +6,7 @@ var sqlite3 = require('./sqlite3'),
module.exports = {
sqlite3: sqlite3,
mysql: mysql,
pg: pg
pg: pg,
postgres: pg,
postgresql: pg
};