Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
想知道 Core Data 是否支持在 sqlite3 数据库中创建视图?
如果没有,JOIN 是我从两个表中选择数据的唯一方法(每个表都有不同的表结构)吗?
直接从 API 你不能。Core Data 是对象存储,而不是数据库——即使它落后于 sqlite。无论如何,您可以将 CoreData 数据库作为标准 sqlite 打开并直接查询存储的数据。DB结构很容易理解。