This project is a simple tool for managing a MySQL database using C++ programming. The tool provides basic functionalities such as inserting, reading, updating, and deleting data from the database. The user interface is command-line based.
The project uses C++ programming language and MySQL database management system for basic database operations. The tool allows users to interact with the database through a simple command-line interface.
- MySQL Server
- C++ Compiler
- MySQL Connector for C++
- Clone the repository:
git clone [email protected]:Sakib-Dalal/MySQL-Workbench_with_Cpp_program.git
-
Set up the MySQL database and configure the connection parameters in the code.
-
Compile and run the C++ program.
-
Run the program.
-
Log in with your MySQL server details.
-
Choose from the available options to perform database operations.
-
Follow the on-screen instructions for each operation.
- main.cpp: Main program file that contains the logic for the command-line interface and database operations.
- function.h: Header file containing function declarations and definitions for database operations.
- my_library.h: Header file with necessary libraries and global variables.
- ASCIIART.h: Header file containing ASCII art used for a visually appealing interface.
- README.md: Project documentation file.
Feel free to contribute to the project by opening issues or submitting pull requests. Your feedback and contributions are welcome!
This project is licensed under the MIT License.
Note: Please make sure to configure your MySQL server details in the code before running the program.