The executemany method corrupts string data on Unix and macOS systems, causing strings to be either truncated or returned as garbage data. This occurs due to encoding mismatch in batch parameter ...
project/ ├── docker-compose.yml # PostgreSQL container ├── init/init.sql # Criação da tabela logs ├── requirements.txt # Dependências ├── README.md # Instruções do projeto ├── src/ │ ├── ...