Having completed the SQL Server installer, the given connection string is Server=localhost\MSSQLSERVER01;Database=master;Trusted_Connection=True;
, which seems like a strange format, and if I try to connect to the db with sequelize using that connection string:
var sequelize = new Sequelize(process.env.DB_STRING);
I get the error:
TypeError: Cannot read property 'replace' of null
at new Sequelize (C:\Users\George\Source\Repos\TestProj\node_modules\sequelize\lib\sequelize.js:132:40) at Object. (C:\Users\George\Source\Repos\TestProj\models\index.js:13:21) at Module._compile (module.js:570:32)