Giter Club home page Giter Club logo

Comments (9)

fritx avatar fritx commented on August 25, 2024

@ElectroDr3am hey, are you sure you were using function (err) {} instead of err => {}?

Or have you tried:

stmt = db.prepare('INSERT INTO foo VALUES (?)')
stmt.run(params, err => {
  console.log(err, stmt.lastID)
})

I've just tried cross-sqlcipher in both node and electron, Mac.

(It would take me some time to test it in Windows.)

Ref:

from cross-sqlcipher.

Zvorykin avatar Zvorykin commented on August 25, 2024

from cross-sqlcipher.

fritx avatar fritx commented on August 25, 2024

Oh you are using electron's remote and Vue stuff, I'm not quite sure.
I suggest you use stmt.lastID syntax. You can try it instead.
See TryGhost/node-sqlite3#622 (comment)

from cross-sqlcipher.

Zvorykin avatar Zvorykin commented on August 25, 2024

from cross-sqlcipher.

fritx avatar fritx commented on August 25, 2024

@ElectroDr3am hah.. anyway I have another advice...
Personally I think the logic business (db query) should be placed in the main process,
and you turn off the webPreferences.nodeIntegration in renderer processes.

You can send ipc messages between them, and don't have to use remote.getGlobal,
it could be the ideal model of an electron app?

from cross-sqlcipher.

Zvorykin avatar Zvorykin commented on August 25, 2024

from cross-sqlcipher.

Zvorykin avatar Zvorykin commented on August 25, 2024

from cross-sqlcipher.

fritx avatar fritx commented on August 25, 2024

@ElectroDr3am does it work for you? with cross-sqlcipher

from cross-sqlcipher.

Zvorykin avatar Zvorykin commented on August 25, 2024

from cross-sqlcipher.

Related Issues (5)

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.