1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-05 21:25:19 +02:00

Enhance download-countries command with temporary SQLite database for efficient data processing; add batch size argument for improved performance and memory management.

This commit is contained in:
Sean Morley 2025-05-27 10:12:33 -04:00
parent 37866660d3
commit 57aa2c9916
2 changed files with 416 additions and 275 deletions

View file

@ -22,4 +22,5 @@ ijson==3.3.0
tqdm==4.67.1
overpy==0.7
publicsuffix2==2.20191221
geopy==2.4.1
geopy==2.4.1
psutil==6.1.1