When creating an index on a column value:
value
import sqlite3 db = sqlite3.connect(\':memory:\') db.execute("CREATE TABLE data(id INTEGER PRIMARY