how to use mssql with electron.js in such way that we don't need to install every time on each computer?
i am trying to create a desktop app with mssql and electron.js i want to build it in such way that we don't need to install mssql every time and connect it with electron application on each computer. How can i do that ?