How to directly connect a kmp desktop app with mysql
We are working on a multiplatform app, for this KMP (Kotlin Multiplatform) has been used, the app is planned to be launched in three versions, IOs, Android and Desktop, in the desktop section, it has to connect directly to MySQL without having to use an external service, this is because the desktop app will only run on the internal “server”, this desktop app has to use certain sensors so a website is not viable, the question we have is: