one more thing, how can I connect to local databas...
# kotlin-native
g
one more thing, how can I connect to local database (postgresql/sqlite/mysql/mariadb) with kotlin native? I know, that I can do it with requery, but then i need to use JVM version. Do I have to use C-lang libraries?
o
And similar for mysql, see this C example: https://www.cyberciti.biz/files/mysql-c-api.c.txt