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 2002:a24:5411:: with SMTP id t17mr6121335ita.10.1544316055057; Sat, 08 Dec 2018 16:40:55 -0800 (PST) X-Received: by 2002:aca:5884:: with SMTP id m126mr45822oib.4.1544316054765; Sat, 08 Dec 2018 16:40:54 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.uzoreto.com!news.muarf.org!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!209.85.166.215.MISMATCH!k10no248859itk.0!news-out.google.com!v141ni260ita.0!nntp.google.com!q69no249402itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 8 Dec 2018 16:40:54 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=98.118.241.43; posting-account=QF6XPQoAAABce2NyPxxDAaKdAkN6RgAf NNTP-Posting-Host: 98.118.241.43 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: GNADE From: Jere Injection-Date: Sun, 09 Dec 2018 00:40:55 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:54983 Date: 2018-12-08T16:40:54-08:00 List-Id: On Saturday, December 8, 2018 at 6:19:06 PM UTC-5, lyttlec wrote: > I have a project that needs a database. The best option for the project > would be to interface to sqlite3. I've tried to build GNADE, but the > build fails on multiple errors in the *.gps files. > Is there an update to GNADE or its build files available? > If not is there another means of interfacing to an external database? > Thanks Dmitry's Simple Components has ODBC bindings which can be used with a lot of databases. It also has sqlite bindings. Additionally, it provides persistent data structures which can be used as databases. http://www.dmitry-kazakov.de/ada/components.htm