We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
Sqlite 应该可以在所有这些平台上使用(当然在 Android 和 iPhone 上)。
不过,这可能并不重要。您不会直接调用 Sqlite API,您将在手机上使用“数据”API。
而且每个平台都有自己首选的编程语言,因此即使您直接使用 Sqlite api,也无法进行交叉编译。
如果您有要为应用程序导入的数据,我想我会尝试找到一种平台中立的格式(如文本文件),您可以使用它导入到各种 api 中。
Sqlite should be available on all those platforms (certainly on android an iPhones).
However, it probably doesn't matter. You're not going to be calling directly into the Sqlite API, you're going to be using the "data" API on the phone.
That, and each platform has it's own preferred programming language, so even if you were using the Sqlite api directly, you wouldn't have the ability to cross-compile.
If you have data to import for your app, I think I'd try to find a platform-neutral format (like a text file) that you could use to import into the various api's.
所有提到的平台都支持 SQLite。据了解,这就是我们在这些平台上工作的团队正在使用的东西。所以我想说坚持使用 SQLite
SQLite is supported by all platforms mentioned. As far as know thats what our teams that working on those platform are using. So i'd say stick with SQLite
SQLite 在您提到的所有平台上运行。
SQLite runs on all the platforms you mention.
参加这里的聚会已经太晚了,但无论如何我都会加我的两分钱。 Couchbase Lite 数据库是新的,并且发展势头强劲。它满足上述所有要求,您可以在这里查看
http://developer.couchbase.com/mobile/
Way to late to the party here, but i will add my two cents anyway. Couchbase Lite database is new and gaining a lot of momentum. It meets all the above said requirement you can check it out here
http://developer.couchbase.com/mobile/