Open line72 opened 4 years ago
(This will need to be moved into the android and ios projects)
It appears that there is a plug-in that uses a native sqlite database into the of the indexdb in cordova, which would help us with limitation for gtfs-rt:
https://pouchdb.com/faq.html#data_limits https://github.com/xpbrew/cordova-sqlite-storage
https://pouchdb.com/adapters.html
For info on how to use pouchdb with cordova
https://github.com/pouchdb-community/pouchdb-adapter-cordova-sqlite
(This will need to be moved into the android and ios projects)
It appears that there is a plug-in that uses a native sqlite database into the of the indexdb in cordova, which would help us with limitation for gtfs-rt:
https://pouchdb.com/faq.html#data_limits https://github.com/xpbrew/cordova-sqlite-storage