Boost logo

Boost :

Subject: Re: [boost] Request for Interest in several Modules
From: Artyom Beilis (artyomtnk_at_[hidden])
Date: 2012-01-11 07:36:07


----- Original Message ----- > From: Roland Bock <rbock_at_[hidden]> > To: boost_at_[hidden] > > 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 >


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk