
14 Dec
2010
14 Dec
'10
10:14 a.m.
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