-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
Implement Serialize
for QueryError
#305
Comments
I think Tauri commands require both the |
Is there a way I can save about 5,000 rows faster? Saving one by one is taking too long. |
There's |
Thanks a lot. |
Serialize
for QueryError
Would you mind making a reproduction repo? This seems a bit specific to your use case. |
Installing serde in the repo that uses the actual artifacts fixed a similar problem for me if it helps anyone |
Note: I am relatively new to rust and I am not sure whether this is a bug or I need to level up my skills. Please bear with me.
I am using Tauri with SQLite to create a desktop application which handles large user information. I am storing user information using the following code:
This fails with the following error output:
The text was updated successfully, but these errors were encountered: