slackbuilds_ponce/libraries/sqlpp11
Matteo Bernardini 01bf8234b6
libraries/sqlpp11: Updated for version 0.61.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-02-04 17:53:45 +07:00
..
README
slack-desc
sqlpp11.info
sqlpp11.patch
sqlpp11.SlackBuild

sqlpp11 offers you to code SQL in C++ almost naturally. You can use
tables, columns and functions. Everything has strong types which
allow the compiler to help you a lot. At compile time, it will tell
about most of those pesky oversight errors you can make (typos,
comparing apples with oranges, forgetting tables in a select
statement, etc). And it does not stop at query construction.
Results have ranges, and strongly typed members, so that you can
browse through results in a type-safe manner, worthy of modern
C++.