Deluze / electron-vue-template

Simple Vue3 + Electron starter template in TypeScript, including ViteJS and Electron Builder
MIT License
579 stars 108 forks source link

SQLite Database #30

Closed Imaginativeone closed 1 year ago

Imaginativeone commented 1 year ago

Is there a best practice for utilizing a SQLite database? Do I include it with the static files?

Deluze commented 1 year ago

Hey, this question seems to be a duplicate of #12

Yes you can include your sqlite database in the static directory.