On 2014-02-04 21:25, Rodrigo Madera wrote:
On Tue, Feb 4, 2014 at 6:11 PM, Mateusz Ĺoskot
wrote: I'd suggest to not to consider the two as competing libraries, but rather complementing.
I agree. I just thought of SOCI as a library that has already solved that problem. Thinking about it, I agree that they can complement each other.
Since sqlpp11 enforces compile time syntax it could help catch subtle errors very early.
In fact, there is room for some collaboration [2] "option would be to write a sqlpp11 connector library for SOCI"
The idea that it could build on SOCI would make it faster to develop and quite more stable, IMHO. It would give "instant support" for all SOCI backends.
Roland, What are your thoughts on this?
Regards, Rodrigo Madera
Mateusz and I exchanged a few mails. The consensus is that it is a very good idea and we want to do it. The main issue is time. We just don't have enough of it. So if you (or others) have time on your hands and are interest in this topic, why not write a SOCI connector for sqlpp11? A first version could probably be written without touching either sqlpp11 or SOCI. Cheers, Roland