oracle / python-oracledb

Python driver for Oracle Database conforming to the Python DB API 2.0 specification. This is the renamed, new major release of cx_Oracle
https://oracle.github.io/python-oracledb
Other
345 stars 70 forks source link

python-oracledb 2.4 supports database pipelining #382

Closed cjbj closed 3 weeks ago

cjbj commented 3 months ago

Top Features in python-oracledb 2.4

Other enhancements and bug fixes also landed. Check out the release notes for details.

The pipelining support in this release is marked as a pre-release, similar to how we first pushed out asyncio support. Please pound on it and let us know what you think. To get true pipelining you will need to use Oracle Database 23ai, which you can get for Linux and Windows, or as a container from Oracle Database Software Downloads.