mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-23 04:36:00 +00:00
backend bundle refactor
This commit is contained in:
@@ -1,15 +1,11 @@
|
||||
const mssql = require('mssql');
|
||||
const mysql = require('mysql');
|
||||
const pg = require('pg');
|
||||
const fs = require('fs-extra');
|
||||
const path = require('path');
|
||||
|
||||
const nativeModules = {
|
||||
mssql,
|
||||
mysql,
|
||||
pg,
|
||||
fs,
|
||||
path,
|
||||
};
|
||||
|
||||
function driverConnect(driver, connection) {
|
||||
|
||||
Reference in New Issue
Block a user