db-connector: initial postgres support
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import _ from 'lodash';
|
||||
|
||||
const SUPPORTED_SQL_DS = ['mysql'];
|
||||
const SUPPORTED_SQL_DS = ['mysql', 'postgres'];
|
||||
|
||||
const defaultConfig = {
|
||||
dbConnection: {
|
||||
|
||||
Reference in New Issue
Block a user