I would like to see a decent example of a mobile web app using the Sencha framework with a client side DB accessed with SQLite. I\'m currently digesting JqTouch and kinda ge
Your client side code (i.e. Sencha/Javascript) would not access the SQLLite database. It will either need to read JSON or XML from the server. You'll need server side code to read the data from the database and format it in a way that your Sencha data readers will understand.
What are you using server side? If it's PHP you should look into MDB2