This project is designed to interact with a MySQL database, providing a structured approach to managing database connections, executing queries, and logging application events. mysql_project/ ├── ...
cp .env.example .env uv venv #or how ever you create your venv #activate venv, OS specific uv pip install -r requirements.txt #uv sync docker compose up -d uv run main.py ...