This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > Libraries > sqlpp11-connector-mysql (0.21)

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.

This requires: sqlpp11

Maintained by: Andre Barboza
Keywords: sql,c++,database,EDSL,mysql
ChangeLog: sqlpp11-connector-mysql

Homepage:
https://github.com/rbock/sqlpp11-connector-mysql

Source Downloads:
sqlpp11-connector-mysql-0.21.tar.gz (b616a6d9c73aee0fec4a7ce6093a0572)

Download SlackBuild:
sqlpp11-connector-mysql.tar.gz
sqlpp11-connector-mysql.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds