SQLite Full-text Search
Sqlite Full-text Search
理解虚表
理解全文本查找
https://www.sqlite.org/fts5.html
http://www.sqlitetutorial.net/sqlite-full-text-search
def _is_to_exec(self, sha1):
"""Check whether the query has been run in the past.
"""
sql = f'''
SELECT DISTINCT
sha1
FROM
queries
WHERE queries …