Qt 6.11 is out! See what's new in the release
blog
MySql and android
-
Hi,
You need to get or build the MariaDB client library for Androïd and then build the plugin yourself using the guide in the Qt documentation.
That said, why do you need to access your database directly from an application ? A REST service is usually simpler and avoid putting your database directly on the internet ?
-
Hello.. I'm aware about security issues.. but for a specific project I need the MYSql plugin.
Where can I find MariaDB libraries for AMR64??
I looked on the website
https://mariadb.org/download but only found for Linux_X86_X64. -
Hence the "or build" in my answer above.
-
Hello.. is there already MySql support for generating the plugin and connecting to the database on Android?