Skip to main content

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.


Comments

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

    ReplyDelete

Post a Comment

Popular posts from this blog

Wildcards in a hosts file

I want to setup my local development machine so that any requests for *.local are redirected to localhost . The idea is that as I develop multiple sites, I can just add vhosts to Apache called site1.local , site2.local etc, and have them all resolve to localhost , while Apache serves a different site accordingly.