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:
what, if any, size limits creating new sql lite database? (ios , android in particular)
where database stored on local machine while i'm developing?
how 1 destroy database if it's no longer needed?
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
Post a Comment