udger-python
udger-python copied to clipboard
Allow passing parameters to Udger to change SQLite Connection parameters
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 ?
Seems it could be false by default , since there are no writes. Have you some performance comparison with true/false ?