Skip to content

Theoretical database structure for the pokemon storage system

Notifications You must be signed in to change notification settings

JamesZheng109/Pokemon-Storage-Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Pokemon-Storage-Database

Theoretical database structure for the pokemon storage system

ERD

The ERD for this database can be found in the file "Pokemon Storage.png" Png of the Schema

Schema and Data

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

About

Theoretical database structure for the pokemon storage system

Topics

Resources

Stars

Watchers

Forks