使用 xcdatamodel 附加已创建的数据库 (.sqlite)

发布于 2024-11-06 20:32:56 字数 235 浏览 0 评论 0 原文

我已经使用 firefox 的 SQLiteManager 插件创建了一个数据库(.sqlite),现在我希望将这些表与在我的 iPhone 项目中创建的 .xcdatamodel 附加在一起。虽然我能够使用 xcode 创建实体,但不知道如何要在这个数据库中输入条目,所以我使用了 firefox 插件来输入数据库条目。我已经浪费了几个小时的精力来输入记录,我不想再次以编程方式创建该记录,当然以后可能会以编程方式添加更多数据。

请帮助我。

I have created a data base (.sqlite) using SQLiteManager plugin for firefox,now I want those tables to be attached with the .xcdatamodel created in my iPhone project.Though I am able to create the Entity using the xcode, but dont know how to enter entries in this database ,so I have used firefox plugin to enter database entries.I have wasted hours of efforts for entering the records ,I dont want to create that again programmatically offcourse more data may be added later programmatically.

Please help me for this.

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

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

发布评论

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

评论(1

智商已欠费 2024-11-13 20:32:56

强烈建议您不要直接编辑 sqlite 存储。它是一个专有模式,其中包含只有核心数据框架知道的许多细节。

如果您想使用已创建的模型手动将数据输入到商店,我建议使用 核心数据编辑器,可从 Mac App Store 获取

It is highly advised that you do NOT directly edit the sqlite store. It is a proprietary schema with lots of details only the Core Data framework knows.

If you want to manually input data to a store with a model you already created, i recommend using Core Data Editor, available on the Mac App Store

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