::scr Data integrity and why databases suck

Simon Kinahan scr@thegestalt.org
Thu, 7 Feb 2002 13:12:48 -0000


 > On Thu, Feb 07, 2002 at 12:22:35PM -0000, Simon Kinahan wrote:
> > I'd go for OO databases myself, but they don't seem very good
> at queries.
>
> And, of course, there's no standard.

Actually there is the ODMG standard, which defines a query language (OQL)
and mappings to common OO languages, but its not fully implemented anywhere
I know of. Same goes for SQL, mind you. SQL-99 actually seems to pull in
most of the features of OQL, but then it also pulls in the kitchen sink and
a flock of chickens, so thats no surprise.

Simon