IMDB Ratings to SQLite

A few weeks ago I demoed Datasette on a small private conference.
One of my examples was the IMDB ratings CSV file converted to SQLite using csvs-to-sqlite.
The resulting SQLite database was usable but I was missing some facets and filtering possibilities.
To fix this I created imdb-to-sqlite.

IMDB to SQLite add the genres and directors as array fields.
Additionally year_rating and weekday_rating to filter more easy on year and weekday.
The filters would be possible using SQL but adding them as fields seems easier.

Try imdb-to-sqlite with your IMDB ratings and add issues if something should be added.