xaya / mypp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyPP

MyPP is a simple C++ wrapper around the MariaDB C connector. It allows connecting to a MySQL or MariaDB database from C++, using concepts like RAII and templates to make the interaction easier (and safer) than using the C connector directly.

The library can be used general purpose, but is built specifically for the needs of projects at Xaya. Thus some very basic features may be missing, but feature and pull requests are welcome.

About

License:MIT License


Languages

Language:C++ 94.7%Language:M4 3.4%Language:Makefile 1.8%Language:Shell 0.2%