
On 09/14/2010 03:26 PM, Roland Bock wrote:
Hi,
currently I am working on a set of header files which are supposed to make the life of C++ developers easier when in comes to interacting with databases (based on SQL). Goals are:
* Stay close to SQL syntax * Do as much type checking as possible * prevent oversights and typical security holes, e.g. by forgetting to escape strings
The basic idea is, that given a table definition, it should be possible to
* offer a lot of checks at compile time for building a query * make it hard to misinterpret the results
Hi, for those who wait for news here: Due to a change in priorities I am forced to stop working on this topic for now. Thanks for the support. I hope to be able to pick up the thread again, later. Regards, Roland