Switch mysql library

This commit is contained in:
2024-07-21 17:25:56 +02:00
parent 088734d935
commit cc92b4653c
4 changed files with 736 additions and 770 deletions

View File

@@ -1,4 +1,4 @@
const mysql = require('mysql');
const mysql = require('mysql2');
var connection = mysql.createConnection({
host : 'localhost',