Giter Club home page Giter Club logo

Comments (9)

jathpala avatar jathpala commented on May 21, 2024 7

After adding the sqlite3 package try running node_modules/.bin/install-app-deps.

from electron-vue.

wotermelon avatar wotermelon commented on May 21, 2024 2

@brunosiqueira Did you use webpack?

if yes, try this

// webpack.config.js
externals: {
   "sequelize": "require('sequelize')"
 }

add this option maybe help you.

from electron-vue.

SimulatedGREG avatar SimulatedGREG commented on May 21, 2024

Sequelize (with sqlite3) is typically meant for back-end server processes and not meant for the front-end. Is there any specific reason why you would need this within the electron renderer scope?

from electron-vue.

SimulatedGREG avatar SimulatedGREG commented on May 21, 2024

Closing for now. Feel free to comment back.

from electron-vue.

stemcc avatar stemcc commented on May 21, 2024

@SimulatedGREG I can imagine that someone using node-sqlite3 as their client-side datastore (like Nylas/N1) would rather not write their sql queries directly and instead use an ORM. I'm not sure what specifically was @Zhangmingze's issue, but in general, this isn't really uncommon when using Electron.

from electron-vue.

brunosiqueira avatar brunosiqueira commented on May 21, 2024

@SimulatedGREG I am also trying to use sequelize+sqlite in the boilerplate and I am facing this dependency error when running the tests:

WARNING in ./~/sequelize/lib/dialects/postgres/connection-manager.js Module not found: Error: Can't resolve 'pg' in '/Users/brunosiqueira/IgarapeDev/paraty-desktop/node_modules/sequelize/lib/dialects/postgres' @ ./~/sequelize/lib/dialects/postgres/connection-manager.js 22:14-27 @ ./~/sequelize/lib/dialects/postgres/index.js @ ./~/sequelize/lib/sequelize.js @ ./~/sequelize/index.js @ ./src/renderer/app/database/db_util.js @ ./src/renderer/app/database/person.spec.js @ ./src/renderer/app \.spec$ @ ./tests/unit/index.js

Have you seen this matter? sqlite is an important option other than the localstorage.
Thanks!

from electron-vue.

brunosiqueira avatar brunosiqueira commented on May 21, 2024

@Zhangmingze that you for your help. It did help apparently. But now I am getting the sqlite3 error:

Electron 1.7.2 (Node 7.9.0) ERROR Uncaught Error: Please install sqlite3 package manually at webpack:///~/sequelize/lib/dialects/sqlite/connection-manager.js:25:0 <- index.js:111285

remind that the app already works, but not while testing. Requiring sqlite3 in the externals do not fix it.

from electron-vue.

pzanitti avatar pzanitti commented on May 21, 2024

After adding the sqlite3 package try running node_modules/.bin/install-app-deps.

This worked for me. I was getting ERROR Uncaught Error: Please install sqlite3 package manually as well.

My use case is that I launch express+sequelize+sqlite3 to have an API on localhost, so that a single renderer client can either connect to a local API or a remote API with the same code.

from electron-vue.

renatocassino avatar renatocassino commented on May 21, 2024

Worked to me @wotermelon :D

from electron-vue.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.