简体   繁体   English

FMDB使用在线数据库?

[英]FMDB using online database?

I use FMDB to speak with the database from my app, and now I would like to put this database online so it will be possible to access it anywhere. 我使用FMDB与我的应用程序中的数据库进行通讯,现在我想将此数据库置于联机状态,以便可以在任何地方访问它。

I found lot of ways, but nothing really interesting, and always very confusing. 我发现了很多方法,但是没有什么真正有趣的,而且总是很令人困惑。

Is there any easy way to do it? 有什么简单的方法吗?

You souldn't really open the database directly from a URL (if even possible). 您实际上并没有直接从URL直接打开数据库(即使可能的话)。 You should download it and cache it on the device first. 您应该下载它并首先将其缓存在设备上。 You can either download the entire sqlite file or ditch FMDB and make a JSON interface, depends on the nature of your app and data. 您可以下载整个sqlite文件,也可以下载FMDB并创建JSON接口,具体取决于应用程序和数据的性质。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM