You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately I had to make my own fork of better-sqlite3 in order to have all of the correct prebuilds available for linux and windows (see WiseLibs/better-sqlite3#601). The prebuilds are necessary because building sqlite3 on the fly fails in github's build environment (I was never able to ascertain why).
That said I will work on bringing my fork up to date and ditching GLIB-2.9
Hi there, just wanted to leave this as a tip. The sqlite3 lib used has a dependency on GLIB-2.9, which is unavailable to some older distros.
I changed to the "official" one, and it worked.
from
"better-sqlite3": "https://github.com/cbartondock/better-sqlite3",
to
"better-sqlite3": "^7.5.1",
The text was updated successfully, but these errors were encountered: