Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 696 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 696 Bytes

next.jdbc + SQLite Driver

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

Usage

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

Results

[clojure.java.io :as io] :white_check_mark:

[next.jdbc :as jdbc] :white_check_mark:

[next.jdbc.result-set :as rs] :white_check_mark: