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: border1.nntp.dca3.giganews.com!backlog3.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!goblin2!goblin.stu.neva.ru!reality.xs3.de!news.jacob-sparre.dk!loke.jacob-sparre.dk!pnx.dk!.POSTED!not-for-mail From: J Kimball Newsgroups: comp.lang.ada Subject: Re: AWS Entry into the TechEmpower Framework Benchmark Project Date: Fri, 22 Nov 2013 01:59:49 -0600 Organization: Jacob Sparre Andersen Research & Innovation Message-ID: References: <20131121203213.5eb4657e@PC-8N-L> NNTP-Posting-Host: 109.201.154.210 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: loke.gir.dk 1385107189 15471 109.201.154.210 (22 Nov 2013 07:59:49 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Fri, 22 Nov 2013 07:59:49 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:25.0) Gecko/20100101 Thunderbird/25.0 In-Reply-To: <20131121203213.5eb4657e@PC-8N-L> X-Original-Bytes: 2079 Xref: number.nntp.dca.giganews.com comp.lang.ada:183970 Date: 2013-11-22T01:59:49-06:00 List-Id: I added prepared statements and reorganized the packages in Postgres-Ada and have it currently cramed into an assembla repo. https://incendius.assembla.com/code/Ada-cx/git-6/nodes On 11/21/2013 01:32 PM, Oliver Kleinke wrote: > Am Wed, 20 Nov 2013 23:21:30 -0800 (PST) > schrieb Shark8 : > >> I got a response from the TechEmpower guys and there're three options >> for DB: MySQL, Postgres, and Mongo. >> >> Well, I grabbed MySQL... tried to use GNADE, but that apparently >> linked in 16-bit code and couldn't be run on my system. I tried >> getting the GNADE 2.0 branch, but so far I cannot get it to link with >> mysqlclient.lib and/or libmysql.lib >> >> Any suggestions? > > There's Postgres-Ada. > https://github.com/io7m/coreland-postgres-ada > > GNATCOLL.SQL supports Postgres. > http://docs.adacore.com/gnatcoll-docs/sql.html > > I think it should be fairly simple to code a minimalistic binding to > the MongoDB C API. >