slackbuilds_ponce/libraries/soci
Isaac Yu d90274bb52
libraries/soci: Added (Database Access Library for C++).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-04-09 15:45:48 +07:00
..
README
slack-desc
soci.info
soci.SlackBuild

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.