mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 13:36:02 +00:00
sql tree - before refactor
This commit is contained in:
@@ -18,7 +18,10 @@ const driver = {
|
||||
port,
|
||||
user,
|
||||
password,
|
||||
database
|
||||
database,
|
||||
options: {
|
||||
enableArithAbort: true
|
||||
}
|
||||
});
|
||||
pool._nativeModules = nativeModules;
|
||||
return pool;
|
||||
|
||||
Reference in New Issue
Block a user