开发者

Which data persistence options are available on the iPhone?

开发者 https://www.devze.com 2023-01-01 18:23 出处:网络
I know already: Core Data开发者_运维百科, SQLite3, Property List Serialization, NSCoding with NSCoder (encode / decode)... what else?Another framework is BNRPersistence, which uses Tokyo Cabinet (I h

I know already:

Core Data开发者_运维百科, SQLite3, Property List Serialization, NSCoding with NSCoder (encode / decode)... what else?


Another framework is BNRPersistence, which uses Tokyo Cabinet (I haven't tried it, so I don't know how good it is). Other than that, you can do pretty much anything you want--JSON or custom XML come to mind, but you can also use pretty much any C-based library.


You listed the standard ones. Of course you've got access to a file system, so you can pretty much do anything. What are you looking for?

0

精彩评论

暂无评论...
验证码 换一张
取 消