Do you know if there is a simple database framework that is free to use in iPhone development?
I’ve tried to get my head around Apple’s framework SQLite3-framework, but it is just too complicated. Why can’t it just be like PHP and databases …
So basically, what I want is a framework that is simple to use and can handle databases.
Thank you.
Try FMDB. It’s a neat wrapper around the sqlite c API.
http://gusmueller.com/blog/archives/2008/03/fmdb_for_iphone.html