Shah
Shah

Reputation: 5020

Need SQLite3 APIS for iPhone

I need to add some Database stuff in my iPhone application. i know how to use Database methods manually. But i want to prebuilt APIs which allows me to create tables, insert, delete and update records according to my tables. So is there any kind of prebuilt APIS for sqlite3 in Iphone. Please guide me if there is any.

Thanks alot.

Upvotes: 0

Views: 52

Answers (1)

X Slash
X Slash

Reputation: 4131

Have a look at https://github.com/ccgus/fmdb , it's really easy to use

Upvotes: 1

Related Questions