webcontainer-core
webcontainer-core copied to clipboard
Upgrade sqlite3 (currently 3.34.0)
Is your feature request related to a problem? Please describe:
The project I'm trying to run (dossierhq/dossier-next-sqlite-app) requires sqlite3 v3.37+, the wasm version Turbo uses is 3.34.0.
Describe the solution you'd like:
A more recent SQLite when installing the npm package sqlite3
.
Describe alternatives you've considered:
Additional context:
info Some packages were automatically replaced with polyfills. For more
information see https://turbo.sh/polyfills.
└─ [email protected] => @webassembly/[email protected]
$ node -e "console.log(require('sqlite3').VERSION)"
3.34.0
Hey! Yes, that's right, our SQLite version is a little outdated and this is something that's on our roadmap. I can't make any promises at this point, but we'll keep you posted if we get around it.
Any update on this one? Even a bump to 3.35.0
would be greatly appreciated as it enables support for the RETURNING
clause.