Search code examples
iphoneopen-sourceprojects

Open-Source projects, any good links?


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


Solution

  • 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.