Oracle Database ODPI-C 4.4 Released
ODPI-C 4.4.0 is now released. This release adds support for token based authentication and a couple of AQ enhancements.
See the release notes for more information.
Oracle Database Programming Interface for C (ODPI-C) is an open source library of C code that simplifies the use of common Oracle Call Interface (OCI) features for Oracle Database drivers and user applications which are written in C or C++. It is a wrapper over OCI. It is used by a number of language drivers including Oracle’s Python cx_Oracle and Node.js node-oracledb drivers.
ODPI-C References
Home page: oracle.github.io/odpi/
Code: github.com/oracle/odpi
Documentation: oracle.github.io/odpi/doc/index.html
Release Notes: oracle.github.io/odpi/doc/releasenotes.html
Installation Instructions: oracle.github.io/odpi/doc/installation.html
Report issues and discuss: github.com/oracle/odpi/issues