QMARIADB
Full Featured Qt Driver for MariaDB / MySQL
This is my dropin replacement version of the QMYSQL driver that is provided out of the box with Qt. 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...