hhm970 / c10-games-tracker-project

6 stars 2 forks source link

Make uploading to the database more efficient #313

Closed annalisev closed 6 months ago

annalisev commented 7 months ago

Description

Instead of uploading one game at a time, just make contact with the database once and upload data all in one go.

Required Files

User Story

As an engineer I need my code to be as efficient as possible, so my code can run quickly.

hhm970 commented 6 months ago

Updated to use execute_values() instead of cursor.execute() for uploading to database