下载并使用 SQLite 数据库?

发布于 2024-10-25 01:46:04 字数 135 浏览 1 评论 0原文

我目前正在开发一个项目,需要在 iOS 设备上处理大约 100mb 的大量数据。数据当前为 xml 格式,但正在考虑解析为 SQLite 数据库。 因此我的问题是是否有人有从网络服务器下载压缩的 SQLite 数据库、解压缩数据库然后搜索数据库内容的经验?

Iam currently working on a project where i need to handle alot of data around 100mb on a iOS device. The data is currently in xml but thinking about parsing into a SQLite database.
Therefore my question is if anyone have any experience in downloading a compressed SQLite database from a webserver, uncompress the database and then search the database for content?

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

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

发布评论

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

评论(1

慈悲佛祖 2024-11-01 01:46:04

是的,我从网络服务器下载了压缩的 sqllite 数据库,解压缩数据库,然后搜索数据库内容。

我还将信息添加到数据库中。

只要没有大量并发写入,Sqllite 就是一个可以接受的数据库。

Yes, I have downloaded a compressed sqllite database from a webserver, uncompressed the database and then searched the database for content.

I've also added information to the database.

Sqllite is an acceptable database, as long as you don't have a lot of concurrent writes.

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