dyedgreen / deno-sqlite

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

Which SQLite extensions are built into the WASM version? #183

Closed shah closed 2 years ago

shah commented 2 years ago

This is a great library, thanks for putting it together. Is there a place I can look to see which extensions are compiled into the WASM version of SQLite that the library exposes?

dyedgreen commented 2 years ago

Currently it’s only json support. But the up-to-date list can be found here.