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.
在 Apple 的示例代码中,我发现了这种类型的持久性存储。
谁能告诉我什么是 CDBStore 以及使用 CDBStore 作为持久存储相对于 sqlite、plist 等其他存储类型的优势是什么?
在哪些情况下它不使用?
CDBStore 是任意文件扩展名。实际上,它是一个 SQLite 数据库,当使用参数读取它时,可以进一步证明几行NSSQLiteStoreType。相对于 sqlite 的优势是没有的,相对于 plist 的优势是 sqlite 相对于 plist 的优势。
NSSQLiteStoreType