Subject: Re: [boost] [SQL-Connectivity] Is Boost interested in CppDB?
From: Sylvain Pointeau (sylvain.pointeau_at_[hidden])
Date: 2010-12-14 05:14:55


Hi,

I was starting a similar project, but focused only on sqlite3.
I was really missing that support in SOCI, that I would have loved to use.

I saw your APIs and it seems cleaner than SOCI and it is actually the way I
wanted to do my own lib, having a separated statement and results seems
cleaner in a long term.

However I think you are missing the boost integration (tuple, optional...)
that SOCI has.
Furthermore, I would recommend to use a already existing atomic int or ref
counted implementation in boost.

I also would like such a lib under the Boost license, because I want it to
be statically linked to my project and the LGPL is preventing it.

Best regards,
Sylvain