vote up 1 vote down star
1

I'm traditionally a .NET developer and am spoiled for choice when it comes to ORMs. My flavor of choice is NHibernate but there are a bunch of choices out there.

I was wondering if anyone here uses an ORM when developing for the iPhone and, if so, how do the featuresets compare with that of it's Java and .NET counterparts. I understand my question is somewhat subjective (good can encompass many things) but feature-richness, ease-of-use and performance are my key interests. I know that there are a few out there, but would like to hear from the stackoverflow community in terms of how good they are...

Thanks in advance Jason

flag

79% accept rate

3 Answers

vote up 12 vote down check

I think that Core Data is the ORM of choice for almost all iPhone developers. It's fast, easy to use, and well integrated with the rest of Cocoa.

link|flag
Ya now that Core Data is available it is the best option by far in terms of performance and efficiency – paulthenerd Nov 4 at 23:23
vote up 3 vote down

Apple own Core Data is probably a good choice as it integrates seamlesly with the rest of the SDK.

link|flag
vote up 0 vote down

Unless you're going to roll your own special purpose ORM I'd probably stick with CoreData, although I've heard some good things about SQLite Persistent Objects, it's been compared to RoR's ActiveRecord (keep in mind I've never used it myself, I only added here because I've heard a few colleagues talk about it).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.