You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module.exports = new Database(); //this will just run the instance of our class db using which we have the constructor made, the first thing would be the constructor getting called.