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++.
Warning: This SlackBuild requires network access when it runs, meaning
it downloads files from the Internet with root access. You should
decide for yourself whether or not you think this is a good idea.
Maintained by: Andre Barboza
Keywords: sql,c++,database,EDSL,
ChangeLog: sqlpp11
Homepage:
https://github.com/rbock/sqlpp11
Download SlackBuild:
sqlpp11.tar.gz
sqlpp11.tar.gz.asc (FAQ)
(the SlackBuild does not include the source)
Individual Files: |
README |
slack-desc |
sqlpp11.SlackBuild |
sqlpp11.info |
sqlpp11.patch |
© 2006-2023 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of
Patrick Volkerding
Linux® is a registered trademark of
Linus Torvalds