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=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,3ac0f9399164ca9f X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Qt Ada database support? References: <2d0e839d-92a3-420a-a7bf-6995b183bf52@n7g2000prc.googlegroups.com> From: Stephen Leake Date: Fri, 12 Jun 2009 06:54:23 -0400 Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (windows-nt) Cancel-Lock: sha1:IrLVnD2NM5MUZGbZvtUW7bEAOIw= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: a383b4a3233e0e9cadf9d04498 Xref: g2news2.google.com comp.lang.ada:6442 Date: 2009-06-12T06:54:23-04:00 List-Id: Emmanuel Briot writes: > The GNAT Components Collection (gnatcoll) was released some time ago > and is part of the public release. Among a lot of other goodies, it > includes the GNATCOLL.SQL hierarchy of packages, which abstract the > DBMS backend, while providing additional features, like Ada > subprograms to write syntactically correct queries, local caches of > query results, type safety,... > We had published a paper at Ada Europe 2008 about it. There is interesting stuff in that collection. I guess I should read the proceedings of the Ada Europe conferences; looks like they'll be available on-line in a few months http://www.ada-europe.org/AUJ/index.html > The last release only includes support for postgresSQL, but we > recently added support for sqlite3 (which by the way required a major > redesign of the API). It is difficult to design a "generic multi-backend API" when you only have one backend! > Adding mysql is part of the plan and should be rather easy now. > > You could look into that (either by accessing the public subversion > repositories, or through your usual support contract) This is for home stuff, so I don't want to do it thru my support contract. I'll see if I can access the public repository; that will be my first use of subversion (I went straight from CVS to monotone :). -- -- Stephe