use oracledb purejs client

This commit is contained in:
Jan Prochazka
2024-05-31 10:17:48 +02:00
parent 958d786dfb
commit a2102a51a1
10 changed files with 13 additions and 42 deletions

View File

@@ -5,9 +5,6 @@ function adjustFile(file) {
if (process.platform != 'win32') {
delete json.optionalDependencies.msnodesqlv8;
}
if (process.arch == 'arm64') {
delete json.optionalDependencies.oracledb;
}
fs.writeFileSync(file, JSON.stringify(json, null, 2), 'utf-8');
}