-
I want to use sqlite with EF core in packaged winui 3 project, how to set Data Source? The Relative path "Data Source=Data.db" is not work, the absolute path is ok. |
Beta Was this translation helpful? Give feedback.
Answered by
ghost1372
Oct 23, 2024
Replies: 1 comment 1 reply
-
If you want to use db next to exe you can use this code: (modify path for assets\DataBase)
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
haijialiu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you want to use db next to exe you can use this code: (modify path for assets\DataBase)