Registry / database / sqlpp11-connector-mysql

sqlpp11-connector-mysql

JSON →
library0.61vcpkgunverified

A C++ wrapper for MySQL meant to be used in combination with sqlpp11 (obsolete, use sqlpp11 with the mariadb/mysql feature instead)

vcpkg install sqlpp11-connector-mysql
INSTALL
IMPORT
SIG · SQLPP11-CONNECTOR-
S
sqlpp11-connector-mysql
databasecppv0.61
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/mysql/mysql.h
#include <sqlpp11/mysql/mysql.h>

Connect to MySQL using sqlpp11

#include <sqlpp11/mysql/mysql.h> #include <sqlpp11/sqlpp11.h> int main() { auto config = std::make_shared<sqlpp::mysql::connection_config>(); config->host = "localhost"; config->user = "root"; config->password = "password"; config->database = "test"; sqlpp::mysql::connection db(config); return 0; }
Debug
Known issues
breakingThis connector is obsolete; use sqlpp11 with the mariadb/mysql feature instead
fix
Replace with sqlpp11 and enable the mariadb or mysql feature in vcpkg
affects: >=0.61
Upgrade
Version history
0.61latest 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-connector-mysql — pip install sqlpp11-connector-mysql · libregistry