udger-python icon indicating copy to clipboard operation
udger-python copied to clipboard

Allow passing parameters to Udger to change SQLite Connection parameters

Open Zaryaab-Shahbaz opened this issue 4 years ago • 1 comments

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 ?

Zaryaab-Shahbaz avatar Nov 16 '21 06:11 Zaryaab-Shahbaz

Seems it could be false by default , since there are no writes. Have you some performance comparison with true/false ?

skybber avatar Nov 16 '21 13:11 skybber