I am in need of the following parameter while establishing the sqlite3 connection. The existing code block is `db = sqlite3.connect(db_filepath)` Can we allow passing the pre-defined parameters like `check_same_thread = False` ?
I am in need of the following parameter while establishing the sqlite3 connection.
The existing code block is
db = sqlite3.connect(db_filepath)Can we allow passing the pre-defined parameters like
check_same_thread = False?