Connect Node.js database to sql server using config.json

Job ID: 35148953

Budget: $10 – $30 USD

Hi there
I have an config.json file to use for configuring a connection to a mysql database. However I need to connect to a SQL server connection.

{
"development": {
"username": "root",
"password": null,
"database": "database_development",
"host": "127.0.0.1",
"dialect": "mysql"
},