ios 创建 sqlite 数据库和 xcdatamodel
我希望使用 nsmanagementobject 在我的项目中使用 sqlite 数据库。 我下载了 CoreDataBooks 示例,但有一些我不明白的地方...
例如...表和 xcdatamodel 之间的链接在哪里? 我尝试用我的数据库更改 sqlitedb 并更改 xcdatamodel 但不起作用
你能帮助我吗? 谢谢
I wish use nsmanagedobject to use a sqlite database into my project..
I downloaded CoreDataBooks sample but there's something that I don't understand right...
for example... where is the link between the tables and xcdatamodel?
i tried to change the sqlitedb with my db and change xcdatamodel but doesn't work
can you help me?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嗯,它的工作方式是这样的:
一段时间后...
从您的描述来看,您似乎正在尝试直接编辑数据库并自己管理代表它的类。我怀疑这是可能的,但是使用 xcode 的工具更容易,并且一切都会为你处理。
这有帮助吗?
Hmm, the way it works is this:
some time later ...
From your description it sounds like you are trying to edit the database directly and manage the classes that represent it yourself. I suspect this is possible, but using xcode's tools is easier and everything its taken care of for you.
Does that help?