I created an SQLite database from the command line with the the columns: title, date, url and location. Then I added a unique constraint on title, date, url and location with the goal that this would prevent identical rows from being inserted. I created an SQLite database from the command l