backend bundle refactor

This commit is contained in:
Jan Prochazka
2020-03-14 10:38:10 +01:00
parent cd58555409
commit 1d63908328
15 changed files with 66 additions and 53 deletions

View File

@@ -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) {