diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2016-12-16 23:41:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-12-17 01:18:31 +0700 |
commit | b4998a9d87cec831f236601ba71a4633c5b9edaf (patch) | |
tree | aa346c7ba04671e2a4180f23a5bb52b99963eae5 /libraries/sqlpp11/slack-desc | |
parent | 70531054c49799ca9eb1820470c73f122652cdd1 (diff) | |
download | slackbuilds-b4998a9d87cec831f236601ba71a4633c5b9edaf.tar.gz |
libraries/sqlpp11: Added (A type safe SQL template library for C++).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/sqlpp11/slack-desc')
-rw-r--r-- | libraries/sqlpp11/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/sqlpp11/slack-desc b/libraries/sqlpp11/slack-desc new file mode 100644 index 0000000000..2113fb160b --- /dev/null +++ b/libraries/sqlpp11/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----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: errors you can make +sqlpp11: +sqlpp11: +sqlpp11: https://github.com/rbock/sqlpp11 +sqlpp11: |