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
console.log(`📚 Connection to database ${process.env.DB_NAME} at ${process.env.DB_HOST}:${process.env.DB_PORT} has been established successfully.`); // eslint-disable-line no-console
})
.catch((e) => {
console.error('❌ Unable to connect to the database:', e); // eslint-disable-line no-console