From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_00,FROM_WORDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6f80b41b84205927 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-08-11 10:34:52 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!news.algonet.se!algonet!newsfeed1.bredband.com!bredband!uio.no!newsfeed.song.fi!nntp.inet.fi!central.inet.fi!inet.fi!read2.inet.fi.POSTED!not-for-mail From: "Heikki Tuuri" Newsgroups: comp.lang.ada References: <3D53CE34.45F25F4@btinternet.com> <3D547FFD.3030808@cogeco.ca> Subject: Re: databases written in ada X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: <%ex59.176$796.9007@read2.inet.fi> Date: Sun, 11 Aug 2002 17:34:51 GMT NNTP-Posting-Host: 194.142.6.241 X-Trace: read2.inet.fi 1029087291 194.142.6.241 (Sun, 11 Aug 2002 20:34:51 EET DST) NNTP-Posting-Date: Sun, 11 Aug 2002 20:34:51 EET DST Organization: Sonera corp Internet services Xref: archiver1.google.com comp.lang.ada:27930 Date: 2002-08-11T17:34:51+00:00 List-Id: Hi! "Warren W. Gay VE3WWG" wrote in message news:3D547FFD.3030808@cogeco.ca... > tony wrote: > > does anyone know of any databases written in ada in which ada types can > > be stored. I'm looking for something which is very basic, ... > > I am personally not aware of _any_ database that is written in Ada. > > PostgreSQL is a good Open Sourced database, if "open source" is one of your > requirements. Another is MySQL, although it lacks transactions, which is > something I consider essential functionality (I understand that they > now (finally) understand that they do need it, and now working in that > direction to provide it). MySQL nowadays has full support of transactions through the InnoDB and BDB backends. ... > Warren. Best regards, Heikki Tuuri Innobase Oy --- InnoDB - transactions, row level locking, and foreign key support for MySQL See http://www.innodb.com, download MySQL-Max from http://www.mysql.com