Sqlpp11, An EDSL For Type-Safe SQL In C++11
A new video from Meeting C++ 2014:
Sqlpp11, An EDSL For Type-Safe SQL In C++
by Roland Bock
From the talk description:
Most C/C++ interfaces to SQL databases are string based. Theses strings effectively hide expression structures, names and types from the compiler. And they are vendor-specific. And they defer expression parsing and validation until the test phase or (even worse) production...

Did you you know that...
Sasha Goldshtein shares with us his thoughts about the
A new post on iterators:
While we wait for CppCon 2015 in September, we’re featuring videos of some of the 100+ talks from CppCon 2014. Here is today’s feature: