How to Setup Database and access database in iphone
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.
精彩评论