Search Criteria
Package Details: sqlpp11 0.64-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/sqlpp11.git (read-only, click to copy) |
---|---|
Package Base: | sqlpp11 |
Description: | A type safe embedded domain specific language for SQL queries and results in C++ |
Upstream URL: | https://github.com/rbock/sqlpp11 |
Keywords: | c++ header-only sql |
Licenses: | BSD |
Conflicts: | sqlpp11-connector-sqlite3 |
Provides: | sqlpp11-connector-sqlite3 |
Replaces: | sqlpp11-connector-sqlite3 |
Submitter: | drizz |
Maintainer: | Erroneous (tcanabrava) |
Last Packager: | Erroneous |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2015-02-06 12:17 (UTC) |
Last Updated: | 2023-12-04 19:26 (UTC) |
Dependencies (13)
- date (date-gitAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- mariadb-libs (mariadb-libs-gitAUR, libmysqlclient81AUR, libmysqlclient80AUR, libmysqlclientAUR, mariadb-lts-libs) (make)
- postgresql-libs (postgresql-libs-12AUR, postgresql13-libsAUR, postgresql-libs-gitAUR) (make)
- python-pyparsing (make)
- sqlite (sqlite-fossilAUR) (make)
- boost (boost-gitAUR) (optional) – ppgen.h support
- mariadb-libs (mariadb-libs-gitAUR, libmysqlclient81AUR, libmysqlclient80AUR, libmysqlclientAUR, mariadb-lts-libs) (optional) – MariaDB Connector support
- postgresql-libs (postgresql-libs-12AUR, postgresql13-libsAUR, postgresql-libs-gitAUR) (optional) – PostgreSQL Connector support
- python-pyparsing (optional) – ddl2cpp support
- sqlite (sqlite-fossilAUR) (optional) – SQLite Connector support
Required by (2)
- sqlpp11-connector-odbc (make)
- sqlpp11-connector-odbc (optional)
Latest Comments
Erroneous commented on 2023-07-24 16:14 (UTC)
Thank you for the constructive comments, @FabioLolix. It now builds inside of a clean chroot for me, though I have to add
--nocheck
because some PostgreSQL tests fail.I now make all of the connectors that it could find on Arch, though the sqlcipher package doesn't provide a FindSQLCipher.cmake file and isn't provided by cmake (like sqlite3) or by sqlpp11.
It should be noted that this package provides only headers, the ddl2cpp python script, and cmake files. It might be better to include this as a cmake subproject in any project that depends on it.
FabioLolix commented on 2023-07-16 14:18 (UTC)
Hello,
-Wno-dev
to cmake to suppress warning for developers, and maybe revisit Archwiki cmake guidelines https://wiki.archlinux.org/title/CMake_package_guidelinesSpixmaster commented on 2021-04-24 03:39 (UTC) (edited on 2021-04-24 03:45 (UTC) by Spixmaster)
This package does not build anymore. check() fails as a test fails.
drizz commented on 2017-01-11 13:17 (UTC)
Martchus commented on 2017-01-08 00:38 (UTC) (edited on 2017-01-08 00:39 (UTC) by Martchus)
Erroneous commented on 2016-05-05 13:02 (UTC)