sqlite - Phonegap/Cordova 3 Storage questions -


i've finished reading documentation here:

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

and have numerous questions can't find answers to:

  1. what, if any, size limits creating new sql lite database? (ios , android in particular)

  2. where database stored on local machine while i'm developing?

  3. how 1 destroy database if it's no longer needed?

  4. what, if any, advantages using localstorage on sql lite database?

if out i'd obliged!

question 2

if you're using mac , simulator through xcode, localstorage / sqlite database stored here;

/users/{your name}/library/application support/iphone simulator/{version}/applications/{app id}/library/webkit/localstorage/file__0/0000000000000001.db

i recommend sqlite professional through app store - read-only version free.


in windows using chrome, databases stored in;

c:\users{your name}\appdata\local\google\chrome\user data\default\databases\

c:\documents , settings{your name}\local settings\application data\google\chrome\user data\default\databases

i'd recommend sqlite database browser


Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -