From 9870d06652ead7e03389c1cd4e8951975058826b Mon Sep 17 00:00:00 2001 From: rbock Date: Sat, 9 Aug 2014 21:07:09 +0200 Subject: [PATCH] Added links to upcoming talks --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d2915bb1..d8629978 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,12 @@ A type safe embedded domain specific language for SQL queries and results in C++ Extensive documentation is found in the wiki, https://github.com/rbock/sqlpp11/wiki +Upcoming talks at + * CppCon (Bellevue, Washington, USA): http://cppcon.org + * 2014-09-11: http://sched.co/1r4lue3 + * MeetingC++ (Berlin, Germany): http://meetingcpp.com/index.php/mcpp2014.html + * 2014-12-05:http://meetingcpp.com/index.php/tv14/items/4.html + Motivation: ----------- SQL and C++ are both strongly typed languages. Still, most C/C++ interfaces to SQL are based on constructing queries as strings and on interpreting arrays or maps of strings as results.