OCILIB 1.5.0 (Default branch) |
|
|
OCILIB is an open source C library to access
Oracle databases. It encapsulates OCI (Oracle Call
Interface), a low-level programming interface
provided by Oracle that is a powerful but complex
API. OCILIB is built on top of OCI, hiding its
complexity and providing a simpler, more readable,
and more reusable API.
License: GNU Lesser General Public License (LGPL)
Changes:
Array interface support was added for really fast
bulk operations. Proper RAW support was added.
Interval and timestamp support were extended.
Miscellaneous internal modifications and fixes
were made.
|