Subject: Re: [boost] sqlpp11: SQL for C++
From: Roland Bock (rbock_at_[hidden])
Date: 2013-11-12 08:21:36


On 2013-11-12 09:49, Stephen Kelly wrote:
> On 11/09/2013 11:03 PM, Roland Bock wrote:
>> over the last four or five years I developed several SQL libraries for
>> C++. With C++11 I was finally able to create an SQL library that meets
>> my own expectations and requirements. It is being used in production, I
>> recently put it on github, and I would really like to hear from you guys
>> whether this is something that could be interesting for you personally
>> or for boost?
>>
>> https://github.com/rbock/sqlpp11
>> https://github.com/rbock/sqlpp11/wiki
> Just to throw another hat in the ring, some colleagues of mine did
> something similar.
>
> https://github.com/KDAB/sqlate
>
> No docs yet I'm afraid.
>
> Thanks,
>
> Steve.
>
Hi Steve,

You mentioned it during your talk at Meeting C++, didn't you? I will
certainly take a closer look for comparison.

Does it support evaluating the query's results, too?

Best regards,

Roland