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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.13.235.215 with SMTP id u206mr13630737ywe.19.1463228522941; Sat, 14 May 2016 05:22:02 -0700 (PDT) X-Received: by 10.157.3.236 with SMTP id f99mr248636otf.6.1463228522888; Sat, 14 May 2016 05:22:02 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!88no4287731qga.1!news-out.google.com!l67ni722ith.0!nntp.google.com!sq19no5782182igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 14 May 2016 05:22:02 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=91.55.199.155; posting-account=rmHyLAoAAADSQmMWJF0a_815Fdd96RDf NNTP-Posting-Host: 91.55.199.155 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: ANN: Introducing AdaBase - Thick database bindings for Ada From: AdaMagica Injection-Date: Sat, 14 May 2016 12:22:02 +0000 Content-Type: text/plain; charset=UTF-8 Xref: news.eternal-september.org comp.lang.ada:30407 Date: 2016-05-14T05:22:02-07:00 List-Id: Am Freitag, 13. Mai 2016 22:37:16 UTC+2 schrieb jrmarino: > I've spent a lot of time documenting the interface and providing a lot of real examples. If you are at all looking for something like this, I recommend that you spend a few minutes going through the descriptions and examples of all the functions: Hm, I personally have never worked with databases. So if the need arose, I'd look for some introduction about how to use the database. There is none. Browsing your site, I see an "Introduction", which is just some kind of "Welcome". And then a list of a plethora of seemingly unordered procedures and functions I have no idea about what they do and how to use them. I'm missing some introductory pages about "Where to begin and how to use this database interface". To be more specific: The documentatin should provide all the package specifications and descriptions in a way similar to the Ada RM. Ask yourself: Would you be able to use the Ada container library if there were only a list of all subprograms and their descriptions? I very much appreciate your detailed description of each single subprogram and even usage examples. This surely was a lot of work and is much more than one can find on most Ada sites! But I direly need a map of the paths through this jungle.