Re: Database
Re: Database
- Subject: Re: Database
- From: Andreas Monitzer <email@hidden>
- Date: Tue, 8 Jan 2002 20:55:13 +0100
On Tuesday, January 8, 2002, at 08:23 , Finlay Dobbie wrote:
On Tuesday, January 8, 2002, at 03:52 am, Jim Puls wrote:
Any reason you can't use the MySQL C interface?
Granted, it's a kludge of an interface, but it works.
If you read his message, he said he didn't want his users to have to
install MySQL.
You might be interested in the Berkely DB toolkit, but I'm not sure
what license it's under (might be GPL in which case you're probably
screwed :-)).
even worse:
http://www.sleepycat.com/licensing.html
Sleepycat Software Product Licensing
Berkeley DB is an Open Source(tm) product, and complete source code is
available from our Web site.
If you build an application that you do not redistribute outside of your
site, or if you build an application and your source code is freely
available and redistributable by others, you may use Berkeley DB at no
charge. You must, of course, abide by the terms of the copyrights that
apply to the Berkeley DB software.
If you redistribute your application outside of your site and your
source code is not freely available and redistributable by others, then
you require a paid license from Sleepycat Software. Contact us for
commercial licensing terms and pricing.
If your project will require a paid license for Berkeley DB, Sleepycat
Software will provide technical support to you during your evaluation.
Simply send us email at email@hidden with your question or a
description of your problem. Let us know that you are evaluating the
software for use in a proprietary application.
---
A nice DB for embedding is ozone-db
(
http://sourceforge.net/projects/ozone). However, it's Java-only (->
Java-Bridge) and an OO database, which means you have to rethink
everything you know about databases (probably not if you're used to EOF,
but note that Java isn't very well suited for OO databases compared to
Objective C).
andy
References: | |
| >Re: Database (From: Finlay Dobbie <email@hidden>) |