Web sql adapter for cordova is gone? Or no longer supported?
- Dominant language
- JavaScript
- Stars
- 17.6k
- Forks
- 1.5k
- PR merge metrics
- No merged PRs in 30d
Description
### Issue
The package pouchdb-adapter-websql-core is gone.
The docs still make reference to using it, but its gone.
An old dead repo can be found here https://github.com/robhogan/pouchdb-adapter-websql-core
It is installed with pouchdb-adapter-cordova-sqlite.
It mostly fails to function, primarily because of an old uuid package version.
### Info
Required for large storage cordova app.
I am looking for advice on how to still use this plugin with pouchdb 7 (and soon 8)
### Reproduce
Not really a reproduce thing, just pointing out that the websql core is gone and no longer supported. The IndexDb version is not very useful within mobile apps because the phone can just decide to delete random bits of the database and corrupt it.
Contributor guide
Assessment
This issue has not been assessed yet.