Theoretical database structure for the pokemon storage system
The ERD for this database can be found in the file "Pokemon Storage.png"

In the file "Schema and Data" you will find a jupyter notebook that webscrapes data from Pokémon Database for the following:
- List of abilities
- List of held items
- List of natures
- List of pokémon including:
- Name
- Type
- Type 2
This information can be exported in the following file formats:
- .sql file
- .csv file
- .txt file