Writing a data-base...

Jon Rosen jfr at locus.com
Wed Jun 12 06:15:14 AEST 1991


In article <1527 at epiwrl.UUCP> nelson at wrl.epi.com (Ken Nelson) writes:
>In article <1991Jun7.213947.5328 at ux1.cso.uiuc.edu>, andy at honda.ece.uiuc.edu (Andy Bereson) writes:
>> I need to write a simple database manager for a large database.  We have
>We are in the same boat.  I found that all of the 4GL vendors
>wanted an arm and a leg for their products. Below is a summary
>of "lower cost" solutions to the problem.
><list of available databases deleted... see previous post>

You forgot the recent messages and postings on Requiem which is
a pretty fully functional relational data base implementation
using a derivative of SQL called RQL... it supports everythign
the first posted is looking for and a recent post by Mike
Papazaglou indicates it is public domain and source is available
at a reasonable fee (about $100)... I am replicating Mike's post
again...
 
Jon Rosen

================================================================
(from Mike Papazaglou, Requiem co-author)

Many people have recently asked me about the availablity of Requiem.
Requiem (RElational QUery and Update Interactive SystEM) is now 
available as public domain software. It comprise some 17,000 lines of
C code and runs under SUN/Vax Unix. Requiem is a single-user system 
at the moment and offers the following facilities:

- a complete data language,
- view facilities,
- supports automatic foreign key generation and updates,
- provides a program interface in C
- and is easily expandable

the following facilities are under development and will be available 
shortly:

- transaction management,
- a complete C-preprocessor.
- user interface facilities.

Requiem is now available via anonymous ftp. For further information
please contact:

Mike P. Papazoglou,
Australian National University,
Dept. of Computer Science,
GPO Box 4, Canberra ACT 2601,
Australia

tel. +61-6-2494725, fax. +61-6-2490010
e-mail: mike at anucsd.anu.edu.au



More information about the Comp.lang.c mailing list