79463304

Date: 2025-02-24 11:11:00
Score: 1.5
Natty:
Report link

async function isConnectionAlive() {
  try {
      await connection.query('SELECT 1');
      return true;
  } catch (err) {
      return false;
  }
}

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Сергей