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:1011:: with SMTP id z17mr10729633qkj.39.1572619155100; Fri, 01 Nov 2019 07:39:15 -0700 (PDT) X-Received: by 2002:a9d:4c07:: with SMTP id l7mr9103903otf.206.1572619154757; Fri, 01 Nov 2019 07:39:14 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.dns-netz.com!news.freedyn.net!newsreader4.netcologne.de!news.netcologne.de!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!peer01.fr7!futter-mich.highwinds-media.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!j16no10808648qtl.0!news-out.google.com!g53ni214qtg.0!nntp.google.com!j16no10808637qtl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 1 Nov 2019 07:39:14 -0700 (PDT) In-Reply-To: <1ca58c3d-db73-4720-a365-274ac6419aa9@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:a03f:e3e9:4d00:1260:4bff:fe89:deb2; posting-account=kTRirAoAAACnF_wtAOSamxYBSVvmJuCa NNTP-Posting-Host: 2a02:a03f:e3e9:4d00:1260:4bff:fe89:deb2 References: <42323176-e7da-4f1d-8491-24cb61e1dd1e@googlegroups.com> <1ca58c3d-db73-4720-a365-274ac6419aa9@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: tokyocabinet,redis,mongodb,couchdb,influxdb,timescaledb connectors. From: Alain De Vos Injection-Date: Fri, 01 Nov 2019 14:39:15 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 2258 X-Received-Body-CRC: 961470465 Xref: reader01.eternal-september.org comp.lang.ada:57422 Date: 2019-11-01T07:39:14-07:00 List-Id: On Friday, November 1, 2019 at 2:51:27 PM UTC+1, Shark8 wrote: > 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. gnatcoll has normally sqlite and postgres. But sqlite,postgres,mysql is the "usual stuff"