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

@@ -1,6 +1,6 @@
import _ from 'lodash';
const SUPPORTED_SQL_DS = ['mysql'];
const SUPPORTED_SQL_DS = ['mysql', 'postgres'];
const defaultConfig = {
dbConnection: {