summaryrefslogtreecommitdiffstats
path: root/libraries/soci/README
diff options
context:
space:
mode:
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
commitd90274bb52ada29a05e7ade76169b153d7450db5 (patch)
treeda8fd2deb6228efdfc9e898086fd97ad504ef590 /libraries/soci/README
parent05e2a9e8a3bc8b98911fc6fd16ca686bc51071c0 (diff)
downloadslackbuilds-d90274bb52ada29a05e7ade76169b153d7450db5.tar.gz
slackbuilds-d90274bb52ada29a05e7ade76169b153d7450db5.tar.xz
libraries/soci: Added (Database Access Library for C++).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/soci/README')
-rw-r--r--libraries/soci/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/soci/README b/libraries/soci/README
new file mode 100644
index 0000000000..339f750787
--- /dev/null
+++ b/libraries/soci/README
@@ -0,0 +1,8 @@
+SOCI is a database access library for C++ that makes the illusion of
+embedding SQL queries in the regular C++ code, staying entirely within
+within the Standard C++.
+
+The idea is to provide C++ programmers a way to access SQL databases
+in the most natural and intuitive way. If you find existing libraries
+too difficult for your needs or just distracting, SOCI can be a good
+alternative.