An open API service indexing awesome lists of open source software.

https://github.com/illarionov/sqlite-java-playground

playing with sqlite on JVM
https://github.com/illarionov/sqlite-java-playground

Last synced: 7 months ago
JSON representation

playing with sqlite on JVM

Awesome Lists containing this project

README

          

# 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

[Sqlite]: https://sqlite.org/wasm/doc/trunk/index.md
[GraalVM]: https://www.graalvm.org/latest/reference-manual/wasm/
[Chicory]: https://github.com/dylibso/chicory

## License

[CC0-1.0](./LICENSE).