function intializeDbContdext(connectionInfo, _connector) { let dbcontext = new SqlJson({ Connector: _connector, OnLoad: function (db) { dbcontext = db; if (callback != null) { callback(this); } } }); }