diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2017-02-03 11:28:06 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-04 06:59:37 +0700 |
commit | e1f57ac1868a540f869108740dea01ac69a6f32e (patch) | |
tree | 4c11e6a51c117a67d8dba5706e99fc1070d91370 /libraries/sqlpp11/README | |
parent | 665e61089bb7c3cf659e91b83f353f0e35368742 (diff) | |
download | slackbuilds-e1f57ac1868a540f869108740dea01ac69a6f32e.tar.gz |
libraries/sqlpp11: Updated for version 0.45.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/sqlpp11/README')
-rw-r--r-- | libraries/sqlpp11/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libraries/sqlpp11/README b/libraries/sqlpp11/README index 54db5a368b..46719afa1a 100644 --- a/libraries/sqlpp11/README +++ b/libraries/sqlpp11/README @@ -1,9 +1,9 @@ -sqlpp11 offers you to code SQL in C++ almost naturally. You can use -tables, columns and functions. Everything has strong types which +sqlpp11 offers you to code SQL in C++ almost naturally. You can use +tables, columns and functions. Everything has strong types which allow the compiler to help you a lot. At compile time, it will tell -about most of those pesky oversight errors you can make (typos, -comparing apples with oranges, forgetting tables in a select -statement, etc). And it does not stop at query construction. +about most of those pesky oversight errors you can make (typos, +comparing apples with oranges, forgetting tables in a select +statement, etc). And it does not stop at query construction. Results have ranges, and strongly typed members, so that you can -browse through results in a type-safe manner, worthy of modern +browse through results in a type-safe manner, worthy of modern C++. |