SQLite DB for GWT?

后端 未结 1 1902
日久生厌
日久生厌 2021-01-21 22:26

I\'m trying to create a Packaged App for Chrome using GWT, I need an SQLite DB. I can\'t seem to find any decent resources on doing this. I\'ve looked at gwt-mobile-webkit, is t

相关标签:
1条回答
  • 2021-01-21 22:56

    I'd check out gwt-mobile-webkit, or more specifically the Database API. Though the name says "mobile", it definitely works on the desktop. This library wraps the HTML5 database support, which (depending on the browser) is either SQLite or IndexedDB. There are plenty of other, heavier weight wrappers, but this is the best and easiest I've seen around.

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