public openConnection() as Connection throws Exception:
Opens one low-level connection owned by the caller.
Open SQL connection.
try connection = configuration.openConnection(): print(connection.metadata.databaseProductName)