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 X-Received: by 2002:a24:5088:: with SMTP id m130-v6mr3386214itb.7.1523808505267; Sun, 15 Apr 2018 09:08:25 -0700 (PDT) X-Received: by 2002:a9d:5888:: with SMTP id x8-v6mr436202otg.0.1523808505096; Sun, 15 Apr 2018 09:08:25 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.uzoreto.com!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!e130-v6no1780318itb.0!news-out.google.com!u64-v6ni3345itb.0!nntp.google.com!k65-v6no1799376ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 15 Apr 2018 09:08:24 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=72.204.37.192; posting-account=Zsf4jwoAAADEqwCydv835KU9-S3h_Y26 NNTP-Posting-Host: 72.204.37.192 References: <69b9d281-0697-452e-a5a5-475257c1435d@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: libgnadeodbc From: jrmarino Injection-Date: Sun, 15 Apr 2018 16:08:25 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 1674 X-Received-Body-CRC: 3056310802 Xref: reader02.eternal-september.org comp.lang.ada:51522 Date: 2018-04-15T09:08:24-07:00 List-Id: (Just picking a post to reply to) Well, nobody mentioned my database interface project, so I'll just post the links again: http://jrmarino.github.io/AdaBase/ https://github.com/jrmarino/AdaBase It supports MySQL, PostgreSQL and SQLite well. In less complex use cases, it should be possible to have an application use any backend rather than be locked to a specific database (if abstraction capabilities are used).