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

Tauri integration #502

Open
karesztrk opened this issue Dec 18, 2024 · 3 comments
Open

Tauri integration #502

karesztrk opened this issue Dec 18, 2024 · 3 comments

Comments

@karesztrk
Copy link

Hi,

I'm trying to integrate Evolu into Tauri v2.
It has a plugin to manage the FS according to the docs.
However, Evolu's Dd.worker is using OPFS if I'm not mistaken. And the Effect Fiber reports that:

Rejection: (FiberFailure) Error: Missing required OPFS APIs.

Do you see a way to fix this issue without a customized Worker?

@steida
Copy link
Contributor

steida commented Dec 18, 2024

I don't know what Tauri v2 exactly supports; I would have to investigate it. Google Tauri 2 SQLite support.

@karesztrk
Copy link
Author

So the question is not whether Tauri support SQLite or not. It does support it but through its API.

@steida
Copy link
Contributor

steida commented Dec 18, 2024

Then Evolu must use that API.

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

No branches or pull requests

2 participants