android - Phonegap Storage Methods. Are they different -


http://docs.phonegap.com/en/2.8.0/cordova_storage_storage.md.html#storage

this link official guide. very confused. first half of page describes storage method , seemingly lower down on page local storage method described.

are these 2 things distinctly different. know there size limit of 5mb local storage implementation, there similar size limit on sqlite storage method. or wrong , these 2 things describing 2 sides of same coin?

any clarification appreciated.

the local storage key value paired methodology storing data sqlite storage uses actual database structure store complex data.

however there 1 more option jstorage.


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -