how to setup local database in electron vite like sqlite3 #677
travis2319
started this conversation in
General
Replies: 1 comment 1 reply
-
sqlite can only be accessed through the main process, in the main process it's essentially a node environment so you can follow any guide on sqlite for that |
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.
-
i didnt find anything online so asking you'll how to do it
i am using react template with ts enabled
Beta Was this translation helpful? Give feedback.
All reactions