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.
我正在使用 phonegap 和 onsen-ui 来创建移动应用程序。
我想检查 sqlite 数据库是否存在。如果数据库不存在导航到设置页面否则导航到主页
如何解决这个问题呢?
谢谢你,对不起我糟糕的英语。
创建适用于 Android 和 iOS 的插件,并通过插件检查 SQLite 目标文件是否存在。
如果是 Android,这篇文章会对您有所帮助。
在Android中,检查sqlite数据库是否存在有时会失败
在 iOS 中,这篇文章会对您有所帮助。
iPhone,sqlite3,如何确定表是否已经存在于几行代码中?