Trying to find a relevant example and APIs. I look at the API doc and seems Ext.data.LocalStorageProxy is a way to use HtML 5 local storage, what about SQLite ?
SQlite is not supported by SENCHA.
I've been looking to use it in safari console and so far, SQLite support by browser is not really revelant.
I know tomalex made sweet example in one of the million thread :
Before looking at Sencha stuff I played little bit with GWTMobile and found SQLite support there. I created example where I was able to track my locations in browser local DB. It works for IPhone and Android. Another words it seems SQLite support could be added...
While the Sencha Touch API doesn't have any built-in "native" handling of SQLite, it's important to clarify that there's nothing to stop you using it in a Sencha Touch-powered app, and for certain purposes it's really the best tool for the job.