Hello,
Your work helped me get started with my project, thank you.
I'm trying to execute queries outside the main.js of the electron folder, but I can't get it to work. I need to write a typescript file with all the functions needed to access the database.
could you please help me.
I keep getting Unhandled rejection TypeError: _this.driver.Database is not a constructor at ... in the console of the electron app
Hello, Your work helped me get started with my project, thank you. I'm trying to execute queries outside the main.js of the electron folder, but I can't get it to work. I need to write a typescript file with all the functions needed to access the database.
could you please help me.
I keep getting
Unhandled rejection TypeError: _this.driver.Database is not a constructor at ...
in the console of the electron app