An open API service indexing awesome lists of open source software.

https://github.com/mpogotsky/mysql_manager

Simple app to learn basics of mysql with C++.
https://github.com/mpogotsky/mysql_manager

mariadb-connector mysql mysql-database mysql-manager

Last synced: about 1 month ago
JSON representation

Simple app to learn basics of mysql with C++.

Awesome Lists containing this project

README

        

# MySQL_manager (Linux OS)
Simple app to learn basics of mysql with C++.

# Libraries used:
* C++ STL
* C++ Driver for MySQL (Connector/C++)
* MariaDB Connector/C

**Mysql connector:**
> https://www.mysql.com/products/connector/

**MariaDB connector:**
> https://mariadb.com/kb/en/mariadb-connector-c-319-release-notes/