问题
I am working with sencha touch application to handle small database I have used local storage.
But, now I want to handle larger amount of database with SQL queries.
Can anyone suggest how to use a database system like Websql or any other database system with sencha touch?
Any help will be appreciated.
回答1:
Try using Ext.data.proxy.Sql
Refer these links
http://docs.sencha.com/touch/2.1.1/#!/api/Ext.data.proxy.Sql
http://senchatouchdev.com/wordpress/2013/04/19/sencha-touch-clarifying-websql-sqlite-and-how-they-relate-to-sencha-touch/
来源:https://stackoverflow.com/questions/17802073/how-to-use-websql-database-with-sencha-touch-application