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 @@ let fillContent = '';
if (process.platform == 'win32') {
fillContent += `content.msnodesqlv8 = () => require('msnodesqlv8');`;
}
if (process.arch != 'arm64') {
fillContent += `content.oracledb = () => require('oracledb');`;
}
fillContent += `content['better-sqlite3'] = () => require('better-sqlite3');`;
const getContent = empty => `