dyedgreen / deno-sqlite

Deno SQLite module
https://deno.land/x/sqlite
MIT License
409 stars 36 forks source link

Experimental browser support #168

Closed dyedgreen closed 2 years ago

dyedgreen commented 2 years ago

Support for using deno-sqlite in web-browsers, backed by indexedDB

dyedgreen commented 2 years ago

This currently doesn’t work in Chrome. I think to properly support all browsers, we need to do the compilation + instantiation async.

This will need some special-casing (init compile, to use with instantiate VS init compile + instantiate + grab instance if ready).