import getpass import oracledb un = 'scott' cs = 'localhost/orclpdb1' pw = getpass.getpass(f'Enter password for {un}@{cs}: ') with oracledb.connect(user=un, password ...
In parallel with the main branch, we have worked on a development version based on SQLAlchemy's thread pool management facilities, please refer to Development notes for details.