Python cx_Oracle 8.0, the extremely popular Oracle Database interface for Python, is now Production on PyPI. This release adds an API for specifying the location of the Oracle Client libraries and optional configuration files. The default character set is now UTF-8. A new prefetchrows attribute allows further tuning of query fetch performance. And there’s more! Note this release supports Python 3 only. See the release blog post https://blogs.oracle.com/opal/the-new-cx_oracle-80-release-brings-easier-configuration
Home page: https://oracle.github.io/python-cx_Oracle/index.html
Installation instructions: https://cx-oracle.readthedocs.io/en/latest/user_guide/installation.html
Documentation: https://cx-oracle.readthedocs.io/en/latest/index.html
Release Notes: https://cx-oracle.readthedocs.io/en/latest/release_notes.html#releasenotes
Source Code Repository: https://github.com/oracle/python-cx_Oracle