sqlx icon indicating copy to clipboard operation
sqlx copied to clipboard

SQLite-for-WASM with SQLx

Open Ekleog opened this issue 6 months ago • 0 comments

Hey! To the best of my knowledge, SQLx currently does not support wasm32-unknown-unknown in any way.

I noticed SQLite will soon get support for WASM.

I'm curious, is there interest on the SQLx side to get SQLite-for-WASM to work as a "native" backend of SQLx?

I'm asking ahead-of-time, because most often WASM ends up being quite an intrusive addition, eg. with basically no JsValue being Send.

Ekleog avatar Jan 13 '24 01:01 Ekleog