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
Post a Comment