Comment on Why IndexedDB is slow and what to use insteadComments−samwillis4yThis mentions Absurd-SQL[0] which I only discovered recently. It’s seriously clever, worth reading the blog post[1] to see how it works!If you are building an offline enabled web app for the cost of a 1mb wasm download it’s worth it for full sql support and the speed increase.I think there is a good chance Absurd-SQL will get folded into SQLite.js.0: https://github.com/jlongster/absurd-sql1: https://jlongster.com/future-sql-web−djbusby4y2: https://sql.js.org/What kind of sorcery is this!? (WASM)
Comments
This mentions Absurd-SQL[0] which I only discovered recently. It’s seriously clever, worth reading the blog post[1] to see how it works!
If you are building an offline enabled web app for the cost of a 1mb wasm download it’s worth it for full sql support and the speed increase.
I think there is a good chance Absurd-SQL will get folded into SQLite.js.
0: https://github.com/jlongster/absurd-sql
1: https://jlongster.com/future-sql-web
2: https://sql.js.org/
What kind of sorcery is this!? (WASM)