How to use WebSql database with sencha touch Application

大憨熊 提交于 2019-12-23 04:48:09

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!