0

Anyone have any good open-source projects or links. Preferrably 3.0+ since 2.x is being fzed out.

WrightsCS
  • 50,551
  • 22
  • 134
  • 186

1 Answers1

0

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
  • 9,130
  • 12
  • 52
  • 63