cocoa touch - Connecting to sqlite in iphone development -


i have used sqlite database in of iphone applications know lot harder other languages such java , php use database. there way use database easier !? found framework in sourceforge here : http://mysql-cocoa.sourceforge.net/ think not cocoa-touch. there other framework ease sqlite pain !? thanx alot

try fmdb

it's sqlite wrapper , works iphone.

or use coredata. it's not database wrapper, object graph persistence framework, may want.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -