QMARIADB
Full Featured Qt Driver for MariaDB / MySQL
...It covers the same features but also adds these extra features/fixes.
1, Parameters Can Return Recordsets
2, Calls to procedures can return out/inout vars
3, Threadsafe when using MariaDB Client Libs
4, Supports multiple returned recordset
The driver checks during runtime that it is using the MariaDB Client library. If it's not it will fail to init. This is because the MariaDB Client librarys handle multi threading correctly. You can comment out the appropriate lines of code to stop this check.
NOTE: There are binarys to download this is because there are so many variations on how it can be compiled. ...