> Our thoughts around kDB are two-fold: >a superlight JDBC-like driver, and either a yes. > replacement for RMS not a good idea. not needed. RMS is AN implementation.... > or the ability to choose between either RMS yes, while exposing a JDBC-like interface > or a new, faster storage repository. "faster storage repository" should not really matter. lets start by defining the API, again a subset of jdbc. I would start with executeQuery(sql-string) API. the sql-string itself should initially be a subset of sql, such as the following keywords subset: select, order, where, from, insert, update, delete, create table, drop table. and the 'penalty' for the above should not be greater than 20-25KB unobfuscated. ceo > -----Original Message----- > From: me-admin@enhydra.org [mailto:me-admin@enhydra.org]On Behalf > Of Keith Bigelow > Sent: Thursday, September 13, 2001 7:26 PM > To: me@enhydra.org > Subject: ME: RE: kDB > > > Hi Andreas, > > kDB is currently a place holder for a micro database project. It needs a > project chair (maybe you?) and contributors. > > As I'm certain you know, you have access to the RMS, although the > RMS is not > easily accessible by Java developers familiar with JDBC. Our thoughts > around kDB are two-fold, a superlight JDBC-like driver, and either a > replacement for RMS, or the ability to choose between either RMS or a new, > faster storage repository. > > Is your company likely to be able to contribute to this project? > > keith > > > > -----Original Message----- > From: me-admin@enhydra.org [mailto:me-admin@enhydra.org]On Behalf Of > AMerkle@voigtgmbh.de > Sent: Thursday, September 13, 2001 11:15 AM > To: me@enhydra.org > Subject: ME: kDB > > > Hello, > > my company is very interested in kDB ... please gibe me further details > .... > > Thank you in advance. > > Mit freundlichem Gruß > Andreas Merkle > > VOIGT Software und Unternehmensberatung GmbH > http://www.voigtgmbh.de > Telefon 07144/8125 - 0 > Telefax 07144/8125 -55 > > Support: V_ANSWER > Telefon 07144/8125 -33 > eMail answer@voigtgmbh.de > > _______________________________________________ > ME mailing list > ME@enhydra.org > http://www.enhydra.org/mailman/listinfo.cgi/me > > _______________________________________________ > ME mailing list > ME@enhydra.org > http://www.enhydra.org/mailman/listinfo.cgi/me > |