Re: Embedded database engine in Cocoa?
Re: Embedded database engine in Cocoa?
- Subject: Re: Embedded database engine in Cocoa?
- From: email@hidden
- Date: Wed, 23 Jan 2002 14:29:52 -0600
I was planning on asking a related question in a few weeks when I get to
that point in my app. I was going to look at the new version (4.0) of
MySql, which is supposed to be embeddable through use of a linked
library. Or does MySql not qualify as "small" enough?
http://www.mysql.org/products/mysql-4.0/index.html
I'm so new at cocoa, I don't know how to link it, but it seems
feasible. At this point in development, I'm just connecting to mysql
through jdbc, and I'll worry about embedding in the future.
Anyone care to comment on this strategy? Am I dreaming to believe that
cocoa can do this without massive wrapper classes?
-benJ
On Tuesday, January 22, 2002, at 04:20 PM, Svensson, Conny wrote:
I'm looking for a small and effective relational database engine to
include
in my freeware Cocoa app. It doesn't need to handle multiple users. I'm
not
looking for a server-client database solution ala Oracle. Just a small
engine to be included in my app transparent from the user. I have looked
around and searched the boards but haven't found anything that fits.
Since
my application is freeware I don't want to pay a fee to license it. I
want
to focus on the application's functionality not on writing my own
database
engine which I guess some of you would suggest. Has anybody written
anything
you would like to share? Or do you have any experience with anything
like
this that you could point me to? Or do I need to write this myself...
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.