-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use database with Vuido #41
Comments
You can use all libraries compatible with Node.js so if you want, for example, postgre you can install node-postgre |
i am trying to use sqlite3. when I run build or build:dev i get some errors: `WARNING in ./node_modules/sqlite3/lib/sqlite3.js 4:14-35 WARNING in ./node_modules/node-pre-gyp/lib/pre-binding.js 20:22-48 WARNING in ./node_modules/node-pre-gyp/lib/util/versioning.js 17:20-67 WARNING in ./node_modules/node-pre-gyp/lib/util/compile.js WARNING in ./node_modules/node-pre-gyp/lib/util/nw-pre-gyp/index.html 1:0
WARNING in ./node_modules/node-gyp/lib/Find-VS2017.cs 7:6
my environment
|
just solved this with a small webpack adjustment: |
Hello, so I need to build a desktop work that needs to work without internet using Vuido, and I need a mechanism for storing data offline.
The text was updated successfully, but these errors were encountered: