A project for the 'Programming Techniques' course that aims to develop an interface capable of performing CRUD (Create, Read, Update, Delete) operations on any table requested by the user in a MySQL database. 🔍
The design pattern used for the project development, aiming at modularity and cohesion in classes and methods, was the Model-View-Controller (MVC). 📜
For the development of the project, the following tools were used:
The JavaFX platform was used to develop the project's UI, aiming for a modern and user-friendly aesthetic. 💻
- Creation and deletion of databases
- Creation and deletion of tables
- CRUD (Create, Read, Update, Delete) operations on table records
- Code cleanup and refactoring




