sql tree - before refactor

This commit is contained in:
Jan Prochazka
2020-03-05 11:42:16 +01:00
parent 0507e84457
commit bf607fcb06
12 changed files with 136 additions and 18 deletions

View File

@@ -18,7 +18,10 @@ const driver = {
port,
user,
password,
database
database,
options: {
enableArithAbort: true
}
});
pool._nativeModules = nativeModules;
return pool;