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

Support for tauri #318

Open
patrick91 opened this issue Jan 11, 2024 · 6 comments
Open

Support for tauri #318

patrick91 opened this issue Jan 11, 2024 · 6 comments

Comments

@patrick91
Copy link

Would it be possible to add support for tauri?

Tauri has a plugin for SQL: https://github.com/tauri-apps/tauri-plugin-sql which supports Sqlite :)

@steida
Copy link
Contributor

steida commented Jan 11, 2024

@patrick91 Yes, it's possible, but I have tasks with higher priority right now.

@steida
Copy link
Contributor

steida commented Feb 26, 2024

Tauri 2 looks very interesting! I will make an example once it's released.

@steida
Copy link
Contributor

steida commented Mar 5, 2024

@patrick91 If you want Tauri support, I am here to help you. It should be easy.

@patrick91
Copy link
Author

@steida for my side project I started using the SQL plugin (with Y.JS and soon Loro), maybe I'll check evolu again in future 😊

Thanks for wanting to help!

@steida
Copy link
Contributor

steida commented Mar 5, 2024

@patrick91 Which SQL plugin(s), please? Thank you

@patrick91
Copy link
Author

This one: https://github.com/tauri-apps/tauri-plugin-sql/tree/v2

I did have some performance issue, that I have solved by doing a custom uri scheme, like described here: tauri-apps/tauri#5597

My issue was that I was sending a "big" (0.5mb) Y.JS document and something in the serialisation/deserialisation process was slow (but it might have been fixed in the latest commits)

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