1. Home
  2. Docs
  3. DBManager
  4. Expansions

Expansions

The DBManager library can be used with any gui application that requires connection to either MySQL or SQLite database (and that uses Qt library). Currently, it is already part of other projects developed by our team, even SmartClass, the project from which DBManager was born.

You can also use it in your own applications, and in order to make your life easier, we have already made the Windows compiled library available in our repository (in the following versions: MSVC2017_x86, MSVC2017_x64 and MinGW_x86), containing the necessary headers and the dynamic and static library link files. However, if you are developing either for MAC or Linux, you just have to clone the project’s directory in our official repository, compile and link it to your application (you can follow this official tutorial so as to get information about the library implementation).