Tool to convert IGDB CSV dumps to CSV files that can be imported into a relational database
- Python 100%
| igdb2rel | ||
| .gitignore | ||
| LICENSE | ||
| pyproject.toml | ||
| README.md | ||
igdb_to_relational
Tool to convert IGDB CSV dumps to CSV files that can be imported into a relational database.
Requirements
- Python >= 3.11
- uv https://docs.astral.sh/uv/#installation. uv can be used to install Python (
uv python install 3.13for example).
Installation
uv pip install .
uv run igdb2rdb