polito-inginf / inginf_bot

A Telegram bot template to share university groups.
https://politoinginf.it/
GNU Lesser General Public License v3.0
7 stars 7 forks source link

SQL structure & logging #16

Open atlas-ark opened 3 years ago

atlas-ark commented 3 years ago

Checklist

Description

Considering that we have already created a very simple logger, now we can start to build a structure for MySQL stuff, starting from the connection. Obviously, we should log if the connection was completed & every other query with the appropriate loglevel.

We should create one or more log files where we can store everything about SQL showing when and who used the database.