db-connector: initial postgres support

This commit is contained in:
Alexander Zobnin
2017-10-17 19:30:18 +03:00
parent b4868aac9e
commit 3341b8f1f9
8 changed files with 252 additions and 45 deletions

View File

@@ -34,7 +34,7 @@ System.register(['lodash'], function (_export, _context) {
};
}();
SUPPORTED_SQL_DS = ['mysql'];
SUPPORTED_SQL_DS = ['mysql', 'postgres'];
defaultConfig = {
dbConnection: {
enable: false