
4 Oct
2005
4 Oct
'05
4:08 p.m.
"Jose" wrote:
One idea that could make the syntax issues more palatable is to incorporate some ideas from the soci.sf.net <http://soci.sf.net> library
http://lists.boost.org/Archives/boost/2005/10/94680.php
I have not given thought to how easy it would be to implement it, but the idea is that the queries are valid sql queries and then the soci layer translates those to the more arcane syntax/es. Simplifying and unifying the syntax should be a good thing !
SOCI library produces string which is passed down to SQL engine for interpretation. This approach is very different from what RML does. /Pavel