margelo / react-native-quick-sqlite

A fast react-native SQLite library built using JSI
https://margelo.io
MIT License
353 stars 28 forks source link

Web support through WebAssembly #35

Closed chrispader closed 7 months ago

chrispader commented 9 months ago

Add web support by integrating the official WebAssembly implementation of SQLite (https://github.com/sqlite/sqlite-wasm) into this library.

chrispader commented 7 months ago

Closing this until we continue working on this in Expensify