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:a05:620a:1364:: with SMTP id d4mr10443276qkl.218.1572616286005; Fri, 01 Nov 2019 06:51:26 -0700 (PDT) X-Received: by 2002:a9d:1291:: with SMTP id g17mr8429585otg.76.1572616285722; Fri, 01 Nov 2019 06:51:25 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.uzoreto.com!feeder1.cambriumusenet.nl!feed.tweak.nl!209.85.160.216.MISMATCH!j16no10687915qtl.0!news-out.google.com!g53ni211qtg.0!nntp.google.com!j16no10687910qtl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 1 Nov 2019 06:51:25 -0700 (PDT) In-Reply-To: <42323176-e7da-4f1d-8491-24cb61e1dd1e@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=146.5.2.231; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 146.5.2.231 References: <42323176-e7da-4f1d-8491-24cb61e1dd1e@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1ca58c3d-db73-4720-a365-274ac6419aa9@googlegroups.com> Subject: Re: tokyocabinet,redis,mongodb,couchdb,influxdb,timescaledb connectors. From: Shark8 Injection-Date: Fri, 01 Nov 2019 13:51:25 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:57420 Date: 2019-11-01T06:51:25-07:00 List-Id: On Thursday, October 31, 2019 at 11:18:01 AM UTC-6, Alain De Vos wrote: > In our modern time there are also modern databases. > But for connecting one needs a connector. > I wander to which databases I can connect with ada. Apparently GNATCOLL has some database bindings, but I never got them to work. (64bit Windows, 32bit GNAT, 64bit Postgres was my setup back then IIRC; I suspect it had to do with the difference in 32- and 64-bit.) I think Dmitry's Simple Components has a ODBC interface. And there's an all-Ada graph-database called MNESON that I'm poking at to try to use Ada.Containers rather than the containers it's using.