slackbuilds/libraries/sqlpp11-connector-mysql
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
slack-desc libraries/sqlpp11-connector-mysql: Fix slack-desc. 2017-03-25 13:26:45 +00:00
sqlpp11-connector-mysql.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
sqlpp11-connector-mysql.info
sqlpp11-connector-mysql.patch

README

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++.

sqlpp11 requires a certain api in order to connect with the 
database, sqlpp11-connector-mysql is a SQL connector for 
the MySql database.