Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> Re: S.O.D.A. database Query API - call for comments

Re: S.O.D.A. database Query API - call for comments

From: Carl Rosenberger <carl_at_db4o.com>
Date: Sat, 21 Jul 2001 17:59:56 GMT
Message-ID: <9ckc1t$90k$03$1@news.t-online.com>

JRStern wrote:

> >we are working on an API to query databases.
>
> Sounds like a wonderful project to reinvent the wheel.

I think we are working on something new.

Some major differences to SQL for the moment:
- We are creating an API, not a query language. The API will allow to create
queries step-by-step with many small functions.
- Query-By-Example is part of the concept.

Some ideas for the future:
- A callback interface for programmatic constraints.

Extending an API is very simple. You just add another function. Extending SQL is a crime. ;-)

> Do you understand anything about joins, groups, subqueries, much less > cursors and stored procedures?

Yes.
Counting the years, I have more experience with relational databases than with object databases.

> I know, these things tend to make
> object guys uncomfortable, but if you don't handle them, you probably
> never really understood the problem in the first place.

There is no "the" problem.
There are lots and lots of different problems. This is why I have asked for help and input here.

Judging from your mail, you have not had a single look at our first design yet.
It is downloadable from:
http://www.odbms.org/soda/soda.zip

Thank you for your comments.

Kind regards,
Carl Received on Sat Jul 21 2001 - 12:59:56 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US