leota / electron-angular4-sqlite3

Sample project to show how to build a desktop app using Electron, Angular 4 and Sqlite3
62 stars 33 forks source link

Performing SELECT/CRUD #31

Open RamiHawly opened 4 years ago

RamiHawly commented 4 years ago

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