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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,49c144a354fac3a8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-11 12:20:31 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.arcor-online.net!newsfeed.r-kom.de!newsfeed.stueberl.de!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Berkeley DB bindings Date: 11 Feb 2003 20:19:25 +0000 Organization: Pushface Sender: simon@smaug.pushface.org Message-ID: References: <6212a.789$wK6.47145@news.siol.net> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1044994830 20516 62.49.19.209 (11 Feb 2003 20:20:30 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Tue, 11 Feb 2003 20:20:30 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Xref: archiver1.google.com comp.lang.ada:34005 Date: 2003-02-11T20:19:25+00:00 List-Id: Karel Miklav writes: > I'm experimenting with low-level databases; I just need basic > functionality. And if there are other ways like Booch components + > serialization + Ada95 features, that would be OK too. The BCs support the Ada stream attributes, but (so far as I know, but people might not have told me!) no one has used them like this. Not to say it couldn't work! The scheme would have to be read data from file ... manipulate data ... write data to file (ie, all the manipulations are in-memory, no transfers to file).