How does this Python docs example work with t-strings?
cur.executemany("INSERT INTO movie VALUES(?, ?, ?)", data)
Can SQLite3 cache the query as it does now? replies(1):