Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

illarionov/sqlite-java-playground

Repository files navigation

Sqlite java Playground

Moved to https://github.com/illarionov/wasm-sqlite-open-helper

Here I'm trying to build and run web-assembly version of the Sqlite on JVM using GraalVM or Chicory.

Main Modules:

  • chicory
    • Code to run sqlite request on Chicory (./gradlew :chicory:run)
  • graalvm
    • Code to run sqlite request on GraalVM (./gradlew graalvm:run)
  • sqlite-wasm
    • Compiled WASM Sqlite binaries in resources and some common code
  • host
    • Common code: common implementation of the Filesystem, wasi_snapshot_preview1 and Emscripten runtime environment bindings

License

CC0-1.0.

About

playing with sqlite on JVM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published