Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想用framework7 cordova写一个app,但同时又想用数据库存储一些数据,可以吗?
我听说过 cordova-sqlite-storage 插件,它使用 window.localStorage 吗?有更好的解决方案吗?
cordova-sqlite 插件是一个不错的选择。例如,开发和测试比使用文件简单得多。有了这个插件,在intel XDK,你可以直接在模拟器中测试。