http://www.webtoolkit.eu/wt/doc/tutorial/dbo/tutorial.html: EmWeb’s wt::dbo is kinda not really linq like, but does get you reasonable db access in a c++ strongly typed environment. DDL is embedded in c++ types, and works with sqlite and postgresql. Some very clever coding behind the scenes to make things ‘just work’.
2011/8/15 Julien Nitard <julien.nitard@m4tp.org>
Hi All,
Some (rather long) time ago there were some talks and some code written about LINQ-like feature for C++, notably one named boost.qlang.
Were there any followups ? Is there any equivalent in other libraries ?