vote up 0 vote down star
1

Hello

Im looking for a simple (if I can call it that) mapping tool for obj-c, that maps objects and their relationships to a sqlite database. Is there any out there that acts like db4o for java? I havent found anything on google, and I think its because Im not completly sure of where to look and what to look for. Hope someone can help, because I dont want to write my own mapping tool to sqlite.

EDIT it seems like entropyDb does the job. http://code.google.com/p/entropydb/. But Im not sure yet.

I dont quite understand this line: "One cannot store instances of Cocoa classes directly. Collections (NSArray, NSSet, NSDictionary) can be stored if they are instance variables of custom objects." I read it like I cant store arrays and sets if they are instance variables of a custom object.

flag

EntropyDB is licensed under the GPL. This means that you can't include it without also open sourcing your app. Not sure if this is a problem for you? – Stephen Darlington Jul 23 at 13:20
Oh thats might gonna be a problem for some of my apps. But not all. – mslot Jul 23 at 13:23
Im going to use the entropydb. That looks like the right for me:) But thanks for the Core Data hint Graham Lee!! – mslot Jul 23 at 18:39

1 Answer

vote up 4 vote down check

You're looking for Core Data, which is part of the iPhone SDK.

link|flag
Oh. Im new to iPhone development :) Im not at all into it yet. Dont know what that is. – mslot Jul 23 at 12:23
@mslot: well the link is to the "Introduction to Core Data", which may tell you what it is... – Graham Lee Jul 23 at 12:40
I must say that I dont get it :) – mslot Jul 23 at 12:50
EntropyDb seems to be a db4O ripoff. code.google.com/p/entropydb – mslot Jul 23 at 13:07
Um, Core Data stores Objective C objects in a SQLite database. It's included in both OS X and iPhone OS 3. – Stephen Darlington Jul 23 at 13:21
show 2 more comments

Your Answer

Get an OpenID
or

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