Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Use sqlite wasm #205

Closed
wants to merge 3 commits into from
Closed

Conversation

andreaTP
Copy link

Opening for visibility, this is based on the SQLite jdbc driver built with Wasm and Chicory.

Can be tested locally with this demo.

Thanks to the tips and help of @Sanne, everything already works in native mode 🎉

@andreaTP andreaTP requested a review from a team as a code owner January 30, 2025 15:04
@andreaTP andreaTP marked this pull request as draft January 30, 2025 15:04
@andreaTP
Copy link
Author

I forgot to add more context about this PR 😄 apologize!

I'm working toward the goal of running Quarkus applications, using SQLite in pure Java, without the need of native dependencies.
In this way, this extension would work anywhere the JVM runs, without having to support specific HW architectures or OSes.

There are additional pros, like the sandboxed execution, that can be of interest, but let's go step by step 😅 .
This is a work in progress and I'll need more time to finalize/stabilize the underlying driver.

Happy to answer any additional question and hear feedback!

@andreaTP
Copy link
Author

andreaTP commented Feb 4, 2025

Given the different tradeoffs, maturity and approach of the used jdbc driver, I think it makes sense to have separate extension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant