0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00

Update readme

This commit is contained in:
rbock 2017-10-21 17:15:24 +02:00
parent 06cbe05b08
commit 6a10b6f6ef

View File

@ -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) 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? 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. 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.