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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: GNADE Date: Sun, 09 Dec 2018 08:33:03 +0000 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader01.eternal-september.org; posting-host="7dd72f7fe0aecca4efc3af2190ab68ba"; logging-data="9654"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18+w8pDgMi8+bKx36Lmv6m0CKXm7O0M9xE=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (darwin) Cancel-Lock: sha1:t4md9xyIJaJjOpD0Guh5cTXTrmc= sha1:1YS/0reI8SvBDCw0Ut7B4FxLNN0= Xref: reader01.eternal-september.org comp.lang.ada:54985 Date: 2018-12-09T08:33:03+00:00 List-Id: lyttlec writes: > 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? You should be able to use gnatcoll-db. The sqlite support is provided as part of at least GNAT GPL 2017, though not in macOS CE 2018 release, & would need building from source (the CE 2018 release includes gnatcoll-core, so -bindings, -gmp and -db have a solid foundation). For documentation, see [1]. To get the source you can download from Adacore[2] or Github[3]. [1] http://docs.adacore.com/live/wave/gnatcoll/html/gnatcoll_ug/sql.html [2] https://www.adacore.com/download/more [3] https://github.com/AdaCore/gnatcoll-db