79151804

Date: 2024-11-03 00:11:41
Score: 2.5
Natty:
Report link

const mysql = require('mysql');

const db = mysql.createConnection({ host: 'localhost', user: 'root', password: '', database: 'my_database' });

module.exports = db;

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: test test