Good day! How to organize a class that interacts with a database, which must read several interconnected tables (forming one object with data) from a MySQL database and display the corresponding tables with the possibility of editing.
My assumptions - you need to use MVC where the above class will be a model.
What containers are used to store in-memory tables from the database. Which are the most efficient, and what is the model used for working with the database in Qt. Explain to the novice how the application should interact with the database, with large amounts of data, this requires reading / writing and much more. And if someone wants to help (who knows enough qt) with writing an application, you can discuss it by mail.