Data doesn’t have to be stored in SQLite. Some browsers create custom log files, but the data contained within is much the same as you would expect to find in a database. The example above shows how history data can be contained in log files (ex: 2017-03-14.log) instead of using SQLite databases. Instead of recording data in each row of SQLite, the search history is broken down by timestamp in log files with corresponding dates.