I am developing a Qt application to work on Windows, Mac, and Linux (Ubuntu Desktop). Of course, the development is in C ++, and it is a desktop application that needs to constantly store and retrieve tabluar information.
I donβt want to bother my users with pre-installing MySQL or something like that.
Is there an easy database mechanism that I can use as an SDK from my application, which will be stored locally in the file system and support SQL queries?
source share