开发者

Role of SQLite in iPhone programming [closed]

开发者 https://www.devze.com 2023-01-11 15:38 出处:网络
Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_开发技巧
Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_开发技巧

Want to improve this question? Update the question so it focuses on one problem only by editing this post.

Closed 8 years ago.

Improve this question

What is the role of SQLLite in iPhone programming? Where do we use it? Is there any nice link to read around this topic in detail with sample code?


SQLite is a lightweight in-memory relational database, that can be used directly by iOS apps, or as a persistent store for Core Data.

Here's a good list of resources about directly using SQLite on iPhone. And the Apple Developer Center has a lot of info on how to use it as a store for Core Data (and how to use Core Data itself, of course).

0

精彩评论

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