Search code examples
sqlitemobilecordovalawnchair

How to troubleshoot my SQLite database in a PhoneGap application?


I am using Phonegap and Lawnchair with the SQLitePlugin adapter (https://github.com/davibe/Phonegap-SQLitePlugin). How do I troubleshoot the DB to see what's happening? The DB doesn't seem to show up in the web inspector tool as a localstrorage would. How do I know if anything is happening with the DB?


Solution

  • If you use phonegap build, you can use a debugger on you phone and have access to a console to run any javascript you need.

    https://build.phonegap.com