Anyone have any good open-source projects or links. Preferrably 3.0+ since 2.x is being fzed out.
Asked
Active
Viewed 215 times
0
-
1There are zillions of them. What kind of projects are you looking for, and why (use/contribute/etc)? – Ben Zotto Oct 17 '10 at 06:08
-
Closing; this simply isn't a specific answerable question, unless you want the answer "yes, there are". – Marc Gravell Oct 17 '10 at 07:21
-
Yea, this question was asked a really long time ago. back in the 2.x days. – WrightsCS Oct 17 '10 at 17:03
1 Answers
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