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.dca.giganews.com!nntp.giganews.com!news.glorb.com!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Oliver Kleinke Newsgroups: comp.lang.ada Subject: Re: AWS Entry into the TechEmpower Framework Benchmark Project Date: Thu, 21 Nov 2013 20:32:13 +0100 Organization: A noiseless patient Spider Message-ID: <20131121203213.5eb4657e@PC-8N-L> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Injection-Info: mx05.eternal-september.org; posting-host="434901b96fa29c45bb85d71213c80cc9"; logging-data="4673"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/h8eqj6DePW8B6g0xxxhMktZe6OTtXJvI=" X-Newsreader: Claws Mail 3.9.2 (GTK+ 2.24.22; x86_64-pc-linux-gnu) Cancel-Lock: sha1:L7HgCoZaAIEFi6xLO1AxrfLEnJE= Xref: number.nntp.dca.giganews.com comp.lang.ada:183960 Date: 2013-11-21T20:32:13+01:00 List-Id: 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.