From Anthony Tuininga@anthony.tuininga@gmail.com to comp.lang.python.announce on Fri Mar 31 09:57:23 2023
From Newsgroup: comp.lang.python.announce
What is python-oracledb?
python-oracledb is a Python extension module that enables access to Oracle Database for Python and conforms to the Python database API 2.0
specifications with a number of enhancements. This module is intended to eventually replace cx_Oracle.
The easiest method to install/upgrade python-oracledb is via pip as in
python -m pip install oracledb --upgrade
What's new?
This release adds support for binding and fetching data of type oracledb.DB_TYPE_JSON in thin mode. It also addresses a large number of
smaller enhancements and bug fixes.