Registry / database / sqlpp11

sqlpp11

JSON →
library0.65vcpkgunverified

A type-safe embedded domain specific language for SQL queries and results in C++.

vcpkg install sqlpp11
INSTALL
IMPORT
SIG · SQLPP11
S
sqlpp11
databasecppv0.65
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

sqlpp11/sqlpp11.h
#include <sqlpp11/sqlpp11.h>

Connect to a MySQL database using sqlpp11.

#include <sqlpp11/sqlpp11.h> #include <sqlpp11/mysql/mysql.h> int main() { sqlpp::mysql::connection config; config.connect("host=localhost;user=root;password=secret;database=test"); return 0; }
Debug
Known issues
gotchasqlpp11 requires a separate connector library (e.g., sqlpp11-mysql) for database access.
fix
Install the appropriate connector package (e.g., sqlpp11-mysql) and link against it.
affects: *
Upgrade
Version history
0.65latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
Meta
1
OpenAI (training)
1
Resources

No resource links recorded.

sqlpp11 — pip install sqlpp11 · libregistry