oracle / python-cx_Oracle

Python interface to Oracle Database now superseded by python-oracledb
https://oracle.github.io/python-cx_Oracle
Other
887 stars 360 forks source link

The next major version of the popular Python cx_Oracle . . . #627

Closed cjbj closed 2 years ago

cjbj commented 2 years ago

Heads up! The next major version of the popular Python cx_Oracle driver for Oracle Database is close to being ready. The very, very exciting feature is a 'Thin' mode that doesn't require Oracle Client libraries to be installed.  Wow! One quick 'pip' install command gives you a 5 MB driver which directly accesses Oracle Database.  Stay tuned!

cjbj commented 2 years ago

It's been released! See the release announcement.