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
- Host: GitHub
- URL: https://github.com/illarionov/sqlite-java-playground
- Owner: illarionov
- License: cc0-1.0
- Created: 2024-01-29T10:52:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-29T03:19:25.000Z (over 1 year ago)
- Last Synced: 2024-03-29T04:28:14.811Z (over 1 year ago)
- Language: WebAssembly
- Size: 16.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).