You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm running a worker_thread that needs to read a copy of my encrypted database.
Unfortunately when I try to connect to my database I get the following error: UnhandledPromiseRejectionWarning: Error: Unable to find dialect at @journeyapps/sqlcipher.
I'm running Electron 8 which runs Node 12.13.0 and I'm using Sequelize 5.21.2 and @journeyapps/sqlcipher 4.0.0
I'm able to import any other module I use on the rest of my electron app but this one, any help would be much appreciated
The text was updated successfully, but these errors were encountered:
Hello, I'm running a
worker_thread
that needs to read a copy of my encrypted database.Unfortunately when I try to connect to my database I get the following error:
UnhandledPromiseRejectionWarning: Error: Unable to find dialect at @journeyapps/sqlcipher
.This is my database setup
I have been reading about this issue and it might be related to
Enabling Context-Awareness
, here's some info about it Context-Awareness and Example of Context-Awareness FixI'm running
Electron 8
which runsNode 12.13.0
and I'm usingSequelize 5.21.2
and@journeyapps/sqlcipher 4.0.0
I'm able to import any other module I use on the rest of my electron app but this one, any help would be much appreciated
The text was updated successfully, but these errors were encountered: