Not able to fetch data from sqlite using ipcRenderer
I’ve started electron project using ionic. But stuck in one point where I need to fetch the data from the sqlite database.
I’ve getting data from API and saving it to the database.sqlite is working properly, but the issue is when I’m fetching it from database.sqlite using ipcRenderer is give me an error. “ERROR TypeError: me.on is not a function”