Sencha Mysql Queries

后端 未结 1 1260
旧巷少年郎
旧巷少年郎 2021-01-28 15:16

I\'m about to port an Android-Travellog App to other Plattforms using Sencha Touch. The Problem is, that Sencha only has a Store System to store Data, but doesnt appear to have

相关标签:
1条回答
  • 2021-01-28 15:46

    Sencha stores and proxies abstract away the need to write raw query code. A store can use one of a number of different proxies for interfacing with different back-end data stores, one of which is the SQL proxy, which as you can see in the source code provides an API for basic data querying WebSQL databases.

    If you want to gain the full benefit of the framework and do things the "Sencha way" you'll probably want to start from scratch and architect your app to use the stores API.

    0 讨论(0)
提交回复
热议问题