Recently, I am using IMDBpy API to scrape the IMDB dataset. In this API, there is a imdbpy2sql.py which could convert IMDB movie dataset to a SQL database. But I can not find any description of this dataset. So I can not understand the schema of this SQL database. There are too many tables in this database. Is there any way to know that?
I strictly follow this website to build my database http://blog.secaserver.com/2013/08/importing-imdb-sample-data-set-mysql/.
Thanks so much!!