Friday, 4 September 2020

Is it possible to have local database file used by Electron Framework?

Hello,i am trying to build simple desktop application using Electron Framework. I have created database using MySql Workbench and now im stuck actually connecting it. I want it to be able to run locally, offline, which means each instance of application will have its own database file with its data.I have already done something similar using C# and .mdf file type for its database, but i cant make a similar thing using Electron.Is this even possible?

Submitted September 04, 2020 at 12:24PM by Programercina12345

No comments:

Post a Comment