手机开发的最佳数据库

发布于 2024-08-20 23:40:25 字数 1539 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

回眸一遍 2024-08-27 23:40:25

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.

蒲公英的约定 2024-08-27 23:40:25

所有提到的平台都支持 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

不…忘初心 2024-08-27 23:40:25

SQLite 在您提到的所有平台上运行。

SQLite runs on all the platforms you mention.

半寸时光 2024-08-27 23:40:25

参加这里的聚会已经太晚了,但无论如何我都会加我的两分钱。 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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文