https://github.com/ericdallo/sqlite-jni-graal-fix
A fix for an issue with JNI missing sqlite classes in GraalVM native-image.
https://github.com/ericdallo/sqlite-jni-graal-fix
Last synced: 3 months ago
JSON representation
A fix for an issue with JNI missing sqlite classes in GraalVM native-image.
- Host: GitHub
- URL: https://github.com/ericdallo/sqlite-jni-graal-fix
- Owner: ericdallo
- License: epl-2.0
- Created: 2021-01-24T02:08:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-21T00:57:31.000Z (over 4 years ago)
- Last Synced: 2025-01-31T13:06:02.415Z (11 months ago)
- Language: Java
- Homepage:
- Size: 18.6 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sqlite-jni-graal-fix
[](https://clojars.org/ericdallo/sqlite-jni-graal-fix)
_A fix for an issue with JNI missing sqlite classes in GraalVM native-image._
## Usage
Just add this lib to your app classpath, for example using `lein`:
```clojure
(defproject sample "1.0.0"
...
:profiles {:native-image
{:dependencies [[ericdallo/sqlite-jni-graal-fix "0.0.3-graalvm-21.1.0"]]}})
```