Anyone have any good open-source projects or links. Preferrably 3.0+ since 2.x is being fzed out.
A:
Check out this project
http://code.google.com/p/chibiorm/
It's an Object-Relational Mapping (ORM) framework for the iPhone. (it's like Hibernate/JPA for Java) This allows you to use objects to represent your database tables. That way you only deal with objects and not with SQL.
Tom van Zummeren
2009-09-12 14:02:18