Tauri app with sqlite #10612
Unanswered
RodrigoMindera
asked this question in
Q&A
Replies: 1 comment
-
This is only the case on your system. If you share the installer with others they will have a fresh database. Currently the plugin forces a path in the appData folder no matter if you're running tauri dev or the built app. At some point it'll support custom paths so you could change it yourself then. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I created an app using Tauri and the sql plugin, and everything works like a charm. But I was surprised when I created an installer , that all data I inserted to test my app was there. How can I avoid that?
Beta Was this translation helpful? Give feedback.
All reactions