wa-sqlite icon indicating copy to clipboard operation
wa-sqlite copied to clipboard

WebAssembly SQLite with support for browser storage extensions

Results 4 wa-sqlite issues
Sort by recently updated
recently updated
newest added

We have a Chrome extension using wa-sqlite (latest versions), and some Chromebooks are seeing: The error typically takes ~2 days to show up, where the database is used for ~10...

See [discussion](https://github.com/rhashimoto/wa-sqlite/discussions/186). There's a pretty easy workaround so not high priority, but it makes sense and shouldn't be difficult to add.

enhancement

### Checklist - [x] I grant to recipients of this Project distribution a perpetual, non-exclusive, royalty-free, irrevocable copyright license to reproduce, prepare derivative works of, publicly display, sublicense, and distribute...

When attempting to use some of the examples from a Typescript app, the type information is outdated or missing. For example: ```typescript // this is missing type info and typescript...