cozy / cozy-client-js

Javascript library to write Cozy applications
https://docs.cozy.io/en/cozy-client-js/README/
MIT License
11 stars 12 forks source link

Upgrade pouchdb #283

Closed doubleface closed 5 years ago

doubleface commented 5 years ago

Here is the goal:

Fixes #282

Crash-- commented 5 years ago

It upgrades pouchdb to v7, where the websql is a separate plugin. I think we still use websql in interapp/iframes on drive. Am I wrong ?

Yep. We removed it few weeks ago https://github.com/cozy/cozy-drive/commit/a9b2bb83d7dc5e9d0522ecea5e405139dea524b8

It removes any local pouchdb like the cordova sqlite plugin. Isn't Drive still on cozy-client-js ? If so, does this PR breaks drive and its storage ?

ATM, we don't use sqlite. We plan to use it soon, but I think we can do it in drive.