This is a project for the Databases course at ntua.
A Qt based graphical interface offering CRUD (create read update and delete) actions over a specific database on your server.
Project built on QTCreator with qt5-qmake. Open the included .pro file in your QtCreator.
With Qt5-qmake installed run
qmake
make
execute the binary
./Database