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

From: Carl Rosenberger <carl_at_db4o.com>
Date: Sat, 21 Jul 2001 17:59:08 GMT
Message-ID: <9c4urh$2th$04$1_at_news.t-online.com>


Hi all,

we are working on an API to query databases.

Some points we would like to achieve:
- Objects can be reused for queries without the conversion to strings.

  • Queries can be nearly perfectly typesafe. Compile-time typechecking is available for application developers.
  • String queries do not have to be parsed by database engines. Advantages:
    • improved performance
    • reduced overhead and less resource consumption
    • less sources of error
    • less implementation work for db developers
  • Objects use less resources in code than strings. They can be compiled.
  • Problems can be isolated.
  • Parts of queries can be reused.

A first draft of the API documentation and some sourcecode can can be dowloaded from
http://www.odbms.org/soda/soda.zip

Please have a look over our work if you can spare some time. If you would like to comment, you are invited to post here: http://groups.yahoo.com/group/oodb
Please don't reply to this post. Crosspostings cause unnecessary traffic.

Any real-world problems, which seem unsolvable with the current API would of course also be very welcome. The evolution of the API is in progress. You could help us to avoid flaws.

Thanks in advance.

Kind regards,
Carl Received on Sat Jul 21 2001 - 19:59:08 CEST

Original text of this message