amplify icon indicating copy to clipboard operation
amplify copied to clipboard

Offline DB Support

Open peterzrogers opened this issue 11 years ago • 1 comments

Hi,

This looks like the most complete storage library around but I don't see any support for data sizes larger than the 2.49M you can safely rely on for mobile browsers.

Is there any planned support for WebSQL and IndexDB?

If not then is there an example piece of code of somebody who has implemented this through your custom caches because that documentations seems to be a little sparse.

Thanks,

Peter

peterzrogers avatar Nov 28 '13 16:11 peterzrogers

Hey @peterzrogers, I've built a SQLite implementation utilizing deferments and standardized integration for interfacing with SQLite as a cache engine https://github.com/codearachnid/amplify.sqlite

codearachnid avatar Aug 20 '14 18:08 codearachnid