如何在phonegap中检查数据库是否存在?

时间:2014-07-25 08:11:52

标签: sqlite cordova onsen-ui

我使用phonegap和onsen-ui来创建移动应用程序。

我想检查sqlite数据库是否存在。 如果数据库不存在则导航到设置页面,否则导航到主页

如何解决这个问题?

谢谢你,对不起我的英语很差。

1 个答案:

答案 0 :(得分:0)

为Android和iOS创建插件,并通过插件检查SQLite目标文件是否存在。

如果是Android,这篇文章可以帮到你。

In Android, check if sqlite database exists fails from time to time

在iOS中,这篇文章可以帮到你。

iPhone, sqlite3, how can I determine is a table exists already in a few lines of code as possible?