From 6a10b6f6ef5bdbbdfc35f3095fd947203bbd5f81 Mon Sep 17 00:00:00 2001 From: rbock Date: Sat, 21 Oct 2017 17:15:24 +0200 Subject: [PATCH] Update readme --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 0122eb85..dc8c040c 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,6 @@ A type safe embedded domain specific language for SQL queries and results in C++ Documentation is found in the [wiki](https://github.com/rbock/sqlpp11/wiki) -CppCon 2017: ------------- -Meet me at CppCon 2017: https://cppcon2017.sched.com/event/BgsV - So what is this about? ---------------------- 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.