db-connector: initial postgres support
This commit is contained in:
@@ -15,7 +15,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
||||
|
||||
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
||||
|
||||
var SUPPORTED_SQL_DS = ['mysql'];
|
||||
var SUPPORTED_SQL_DS = ['mysql', 'postgres'];
|
||||
|
||||
var defaultConfig = {
|
||||
dbConnection: {
|
||||
|
||||
Reference in New Issue
Block a user