webcontainer-core icon indicating copy to clipboard operation
webcontainer-core copied to clipboard

Upgrade sqlite3 (currently 3.34.0)

Open jonasb opened this issue 2 years ago • 2 comments

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

jonasb avatar Jan 23 '23 10:01 jonasb

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.

d3lm avatar Feb 05 '23 12:02 d3lm

Any update on this one? Even a bump to 3.35.0 would be greatly appreciated as it enables support for the RETURNING clause.

steve-keep avatar Mar 22 '24 00:03 steve-keep