Hi! I want to migrate my ktor backend to run as a ...
# ktor
s
Hi! I want to migrate my ktor backend to run as a native to run on Linux to save a bit on RAM usage. I’ll be using the CIO engine to run but I need to execute SQL queries on MySQL/MariaDB. From what I found, SQLDelight could do the trick but I’m checking if there are other options? I would prefer to be able to execute SQL queries directly as I have a few already setup and tested. Thanks 🙂