views:

123

answers:

1

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