v1.0.0
Stable release π
5 years in pre-release is enough.
Changes:
- Fix spelling of column
episodes
Note: This is a breaking change in case you depended on the typo (eposides).
Closes #3 - Readme updated with schema diagram and query examples
Note: foreign key constraints are not defined nor enforced, even though depicted in the diagram. Foreign keys are not used, as a safe-guard against bad data from IMDB that may violate the constraints. Better to get whatever data IMDB offers into the DB than be picky about relations enforcement.
Closes #2