Fixing issue with the .node files which are compiled per specific architecture. Instead of compiling them for a single architecture, I now serve all possible .node files from the original better-sqlite3 repository and download the one needed on start.
The files are stored in a way the project should still work fine when you syncronise your project between different systems - the appropriate file will download when needed.
Fixing issue with the
.node
files which are compiled per specific architecture. Instead of compiling them for a single architecture, I now serve all possible .node files from the original better-sqlite3 repository and download the one needed on start. The files are stored in a way the project should still work fine when you syncronise your project between different systems - the appropriate file will download when needed.