I guess the “single threaded database” you mentioned is sqlite3
. I wonder why don’t you use cx_Oracle
(or its new python-oracledb
).
I guess the “single threaded database” you mentioned is sqlite3
. I wonder why don’t you use cx_Oracle
(or its new python-oracledb
).