This commit is contained in:
ISA
2025-05-28 08:04:34 +02:00
parent 97fbb6fdc1
commit 5f0133d638
107 changed files with 1446 additions and 454 deletions

16
docs/utils/mysqlPool.md Normal file
View File

@@ -0,0 +1,16 @@
<!-- /docs/utils/mysqlPool.md -->
# 💾 mysqlPool.js
MySQL-Verbindungspool für effiziente Datenbankabfragen (z.B. mit `promise-mysql`).
## Verwendung
```js
const connection = await pool.getConnection();
```
## Zweck
- Reuse von Verbindungen
- Fehlervermeidung bei vielen gleichzeitigen Abfragen