Any good 'free' object database on linux

Kimbro Staken plug-discuss@lists.PLUG.phoenix.az.us
Sat, 14 Apr 2001 00:35:14 -0700


It is a database designed to store objects. Now isn't that helpful. :-)

An object database is tightly coupled to an object oriented programming
language and allows you to persist object instances between invocations of a
program. Most implementations are for C++, Java, Smalltalk and recently
Python though never at the same time. They are good for some specialized
applications that are difficult or impossible to map to a relational model
but are not a good general data storage mechanism because of the intimate
coupling with a particular programming language and difficulty in querying.
There is a standard from the ODMG http://www.odmg.org that helps on the
interoperablity front but object database popularity is rapidly declining.
Most object database vendors are now trying to turn their products into XML
databases.

Kimbro Staken
Chief Technology Officer
The dbXML Group L.L.C.
http://www.dbxmlgroup.com
----- Original Message -----
From: "Kevin Brown" <kevin_brown@qwest.net>
To: <plug-discuss@lists.PLUG.phoenix.az.us>
Sent: Friday, April 13, 2001 10:38 PM
Subject: Re: Any good 'free' object database on linux


> excuse my ignorance, but what is an object database?
>
> I know of three SQL databases for linux.... Mysql, postgresql and msql
>
> > Are there any 'free' object database on linux available?
> ________________________________________________
> See http://PLUG.phoenix.az.us/navigator-mail.shtml if your mail doesn't
post to the list quickly and you use Netscape to write mail.
>
> PLUG-discuss mailing list  -  PLUG-discuss@lists.PLUG.phoenix.az.us
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>