graalvm

frankitox 2022-05-10T02:28:06.532769Z

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

lispyclouds 2022-05-10T04:38:15.557879Z

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

frankitox 2022-05-10T13:24:52.414249Z

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