有什么框架可以简化 webSQL 编码吗?
我正在使用各种 HTML5/JS 框架,例如 jQuery Mobile、Sencha Touch 和 jQTouch。是否有某种框架可以使 webSQL 的使用变得更简单?
我计划部署到基于 WebKit 的平台,因此它在任何地方都应该工作相同。我只是在寻找能让我开始的东西。
I'm using various HTML5/JS frameworks like jQuery Mobile, Sencha Touch and jQTouch. Is there some kind of framework that could make it simpler to use the webSQL stuff?
I'm planning to deploy to WebKit-based platforms so it should work the same everywhere. I'm just looking for something that will give me a kick start.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确实没有。感谢 W3C 在任何人实现 indexedDB 之前就放弃了 WebSQL。我必须为 Sencha Touch 制作自己的 SQL 代理类,稍后我可能会分享。代码很丑陋,但在关联等方面效果很好。
There is really none. Thanks to W3C for dropping WebSQL before anyone implemented indexedDB. I had to do my own SQL-proxyclasses for Sencha Touch, which I might share later on. The code is ugly, but works pretty good with associations and so on.