used sqlite with prebuilds again

This commit is contained in:
Jan Prochazka
2021-12-25 13:47:02 +01:00
parent ed3666ca05
commit 0252091158
4 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ let fillContent = '';
if (process.platform == 'win32') {
fillContent += `content.msnodesqlv8 = () => require('msnodesqlv8');`;
}
fillContent += `content['better-sqlite3'] = () => require('better-sqlite3');`;
fillContent += `content['better-sqlite3-with-prebuilds'] = () => require('better-sqlite3-with-prebuilds');`;
const getContent = (empty) => `
// this file is generated automatically by script fillNativeModules.js, do not edit it manually