
----- Original Message -----
From: Roland Bock <rbock@eudoxos.de> To: boost@lists.boost.org
In our company we have combination of code generator and template library which allows to do the following
TabUsers tab; tab.remove(tab.age<13 and role!="moderator");
The compiler can then ensure correct names for tables and columns, typesafety and correct syntax. This makes database programming much easier because there is much less room for stupid mistakes.
It really is an enormous difference, but it requires a code generator and I am not sure if that would be acceptable for boost. If yes: I would really love to see a such a concept being used on top of a library like yours.
See, CppDB is not ORM and it is not ought to be ORM. It is Sql connectivity library. It is more like JDBC for C++. Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.sf.net/ CppDB - C++ SQL Connectivity: http://cppcms.sf.net/sql/cppdb/
Regards,
Roland
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost