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.
Have a look at https://github.com/ccgus/fmdb , it's really easy to use
ReplyDelete