如何将 SQLite 与 GWT 结合使用?
可能的重复:
适用于 GWT 的 SQLite 数据库?
我知道如何在 Android 应用程序中使用 SQLite,但我似乎不知道了解如何开始将 SQLite 与 GWT 结合使用来构建适用于 Chrome 的打包应用程序。我需要什么?我已经找了好几天了,但什么也没找到,所以我想我偏离了轨道。任何指导将不胜感激。
Possible Duplicate:
SQLite DB for GWT?
I know how to use SQLite with Android applications but I can't seem to figure out how to get started using SQLite with GWT for use in building a Packaged App for Chrome. What do I need? I've been searching for days and found nothing, so I think I'm off track. Any guidance would be greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会查看 gwt-jdbc-html5,因为 HTML5 现在提供内置-SQLite 支持。还有很多其他更重的包装纸,但这是我见过的最好、最简单的包装纸。
I'd check out gwt-jdbc-html5, since HTML5 now provides built-in SQLite support. There are plenty of other, heavier weight wrappers, but this is the best and easiest I've seen around.