WiseLibs / better-sqlite3

The fastest and simplest library for SQLite3 in Node.js.
MIT License
5.22k stars 390 forks source link

Better-sqlite3 not working on termux #1188

Closed HaftIsntHere closed 3 weeks ago

HaftIsntHere commented 1 month ago

help, I tried everything

Screenshot_20240517-164524

neoxpert commented 1 month ago

As NodeJS 21 is not an LTS release, it is not covered with prebuilt binaries. So you can either try and switch to NodeJS 20 or 22 and check if the runtime is comaptible (not sure about Arm on Anroid ..) - if this is possible within Termux? Or you have to compile the native node module manually and explicitly load that file - if you get it moved over to your device.