diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-04-06 09:43:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-09 15:45:48 +0700 |
commit | d90274bb52ada29a05e7ade76169b153d7450db5 (patch) | |
tree | da8fd2deb6228efdfc9e898086fd97ad504ef590 /libraries/soci/slack-desc | |
parent | 05e2a9e8a3bc8b98911fc6fd16ca686bc51071c0 (diff) |
libraries/soci: Added (Database Access Library for C++).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/soci/slack-desc')
-rw-r--r-- | libraries/soci/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/soci/slack-desc b/libraries/soci/slack-desc new file mode 100644 index 0000000000000..5da8d3067cf7a --- /dev/null +++ b/libraries/soci/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------------------------------------------------------| +soci: soci (Database Access Library for C++) +soci: +soci: SOCI is a database access library for C++ that makes the illusion of +soci: embedding SQL queries in the regular C++ code, staying entirely within +soci: the Standard C++. +soci: +soci: +soci: +soci: +soci: +soci: |