Releases: jojje/imdb-sqlite
Releases · jojje/imdb-sqlite
v1.1.0
v1.0.1
- Performance improvement that affect joining tables.
- The index creation step now provides a progress bar.
Note, an additional index was introduced on people to make the README example orders of magnitude faster. The downside is that this index takes up some additional space.
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