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
gonna update it to the built-in sometime, but not while its behind experimental flag, what is there now works. I'm not gonna force everyone to change their setups to have the experimental flag, which is probably gonna be removed.
Since Node 22, there's a built-in
node:sqlite
module: https://nodejs.org/docs/latest-v22.x/api/sqlite.htmlFor now, it's experimental and has to be enabled using
--experimental-sqlite
.Long term, it might be a good idea to use this module instead of
sql.js
to remove the dependency (as well as the dependency on WASM).Not sure whether you are interested in a PR for this yet. If so, I forked and prepared a branch with green CI: main...MarkTiedemann:abaplint-transpiler:sqlite
The text was updated successfully, but these errors were encountered: