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++.
- Host: GitHub
- URL: https://github.com/mpogotsky/mysql_manager
- Owner: MPogotsky
- Created: 2020-09-03T18:14:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-15T18:34:12.000Z (over 4 years ago)
- Last Synced: 2025-02-16T07:26:10.657Z (3 months ago)
- Topics: mariadb-connector, mysql, mysql-database, mysql-manager
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/