Fork me on GitHub
#graalvm
<
2022-05-10
>
frankitox02:05:06

Has anyone tried to use https://github.com/kohlschutter/junixsocket or something similar to connect to a database using sockets?

lispyclouds04:05:15

You should be able to do it without libs with graalvm 17+: https://nipafx.dev/java-unix-domain-sockets/

frankitox13:05:52

Thanks, I was trying to use junixsocket yesterday with graal11, I just run the same code using 17 and it works 😀