only-cliches / Nano-SQL

Universal database layer for the client, server & mobile devices. It's like Lego for databases.
https://nanosql.io
MIT License
782 stars 49 forks source link

Remove WebSQL usage and/or method calls from this repository #222

Open ccsmith13 opened 1 year ago

ccsmith13 commented 1 year ago

Is your feature request related to a problem? Please describe. Web SQL is on its way out and is being slowly deprecated. Web SQL access in insecure contexts is deprecated as of Chromium 105 and a warning message is shown in the Chrome DevTools Issue panel. It's planned to fully remove it in later versions.

Describe the solution you'd like Remove fallback to WebSQL / any other WebSQL usage in Nano-SQL (https://github.com/only-cliches/Nano-SQL/blob/af74705e3fc4be6e65c0e4044f7dc7c5b745886c/packages/Core/src/adapter-detect.ts#L29)

Describe alternatives you've considered localStorage / sessionStorage / IndexedDB (see link above for more info)

Additional context n/a