What library should I use for MySQL access(cross-platform)

So I basically need to do some operations on a MySQL database, but the trick is that I need everything to work on Android,Windows and IOS.

Does anyone know a library that wouldn’t have problems running on Android/IOS?