Skip to content

v1.0.0

Compare
Choose a tag to compare
@jojje jojje released this 15 Jan 17:39
· 7 commits to master since this release

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