h-sphere / sql-seal

MIT License
7 stars 0 forks source link

fix: fixed issue with the better-sqlite3 files. #3

Closed kulak-at closed 3 months ago

kulak-at commented 3 months ago

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.