On 11/12/2013 02:21 PM, Roland Bock wrote:
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.
Yes, I mentioned it.
Does it support evaluating the query's results, too?
Nope. It just gives us a QSqlQuery object. The Qt database connectors do the rest. The API seems similar, with similar goals and problem domain, and in theory the code is refactorable for other use-cases too. Could be interesting for implementation comparison. Thanks, Steve.