Database is not created #9754
Closed
danielniccoli
started this conversation in
General
Replies: 1 comment 1 reply
-
iirc the sql plugin will only create the db once you |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
very new to Tauri and Rust. I am trying to use the sql plugin to create a database. I have this code and I can see that mysetup() is run due to the stdout output. However,
mydatabase.db
is not being created and I do not see any attempt to touch that file usingprocmon.exe
. What am I doing wrong?Beta Was this translation helpful? Give feedback.
All reactions