Registry / database / sqlpp11

sqlpp11

JSON →
library0.65vcpkgunverified

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

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

#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 footguns
gotchasqlpp11 requires a separate connector library (e.g., sqlpp11-mysql) for database access.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
12 hits · last 30 days
gptbot
3
claudebot
3
ahrefsbot
1
Resources

No resource links recorded.