Kaffiend / electron-angular-ngrx

An Angular (6x) Electron seed featuring @angular/cli, @ngrx/platform, and Typescript. Complete with HMR workflow
MIT License
39 stars 10 forks source link

how to use sqlite in electron+angular6 #18

Open dyh333 opened 6 years ago

dyh333 commented 6 years ago

hi, @Kaffiend . as the title, if I want to read data from sqlite, how could I do it? could you give some advices or demo code? thanks

Kaffiend commented 6 years ago

This falls under the native modules domain, there are some things in the works to handle those. Once i finish it ill update with some demos, I also plan to show examples of mongodb too.