Testing whether next.jdbc + SQLite driver can be used in a native binary image with GraalVM(23).
The source code for this example was based on: https://github.com/ericdallo/sqlite-graalvm-sample
Currently testing:
[org.xerial/sqlite-jdbc "3.41.2.1"]
[com.github.seancorfield/next.jdbc "1.3.955"]
Test with (requires a local GraalVM installation):
lein do clean, uberjar, native, run-native
[clojure.java.io :as io] :white_check_mark:
[next.jdbc :as jdbc] :white_check_mark:
[next.jdbc.result-set :as rs] :white_check_mark: