开发者

How to Setup Database and access database in iphone

开发者 https://www.devze.com 2023-03-07 08:01 出处:网络
I am working on a new project where i want to setup the database and access the values whenever i want.So i don\'t know how to start this.what library should be used for this.Can 开发者_Python百科any

I am working on a new project where i want to setup the database and access the values whenever i want.So i don't know how to start this.what library should be used for this.Can 开发者_Python百科any one help me...

Thanks, Anish


Core Data can be a good way to get some abstraction: http://www.raywenderlich.com/934/core-data-tutorial-getting-started

Or, go with SQLite: http://dblog.com.au/iphone-development-tutorials/iphone-sdk-tutorial-reading-data-from-a-sqlite-database/


Highly recommend to use Core Data. You can use SQLIte as the store for your Core Data application. Please refer the apple docs here.

You can use SQLite Manager an Add On of firefox. To See the SQLite Store created by Core Data.

0

精彩评论

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