tags:

views:

37

answers:

1

Hi friends, i am fresher to Objective-c language.so i need some guidance from familiar people like you.Especially i need to know how to create a database in Objective-c with sqlite3 weapon.If any of you interested to help,please go ahead.Thank you.

A: 

Though not really a database system, you can use CoreData framework. It allows you to save your data in a sqlite3 database.

For third-party frameworks, you can jump to this question.

mouviciel