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/slack-desc | |
parent | 665e61089bb7c3cf659e91b83f353f0e35368742 (diff) |
libraries/sqlpp11: Updated for version 0.45.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/sqlpp11/slack-desc')
-rw-r--r-- | libraries/sqlpp11/slack-desc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libraries/sqlpp11/slack-desc b/libraries/sqlpp11/slack-desc index 2113fb160b114..e6ee6d9493d34 100644 --- a/libraries/sqlpp11/slack-desc +++ b/libraries/sqlpp11/slack-desc @@ -8,12 +8,12 @@ |-----handy-ruler------------------------------------------------------| sqlpp11: sqlpp11 (A type safe SQL template library for C++) sqlpp11: -sqlpp11: sqlpp11 offers you to code SQL in C++ almost naturally. You -sqlpp11: can use tables, columns and functions. Everything has strong -sqlpp11: types which allow the compiler to help you a lot. At compile -sqlpp11: time, it will tell about most of those pesky oversight +sqlpp11: sqlpp11 offers you to code SQL in C++ almost naturally. You +sqlpp11: can use tables, columns and functions. Everything has strong +sqlpp11: types which allow the compiler to help you a lot. At compile +sqlpp11: time, it will tell about most of those pesky oversight sqlpp11: errors you can make -sqlpp11: -sqlpp11: +sqlpp11: +sqlpp11: sqlpp11: https://github.com/rbock/sqlpp11 sqlpp11: |