A small, fast and easy to use Open Source Database Connection Pool Library. Built for oracle.
A small, fast and easy to use Open Source Database Connection Pool Library.
* Thread safe Database Connection Pool
* Connect to multiple database systems
* Zero runtime configuration, connect using a URL scheme
* C library
* Supports MySQL, PostgreSQL, SQLite and Oracle
A small, fast and easy to use Open Source Database Connection Pool Library.
* Thread safe Database Connection Pool
* Connect to multiple database systems
* Zero runtime configuration, connect using a URL scheme
* C library
* Supports MySQL, PostgreSQL, SQLite and Oracle
To install libzdb-oracle, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libzdb-oracle
To see what files were installed by libzdb-oracle, run:
port contents libzdb-oracle
To later upgrade libzdb-oracle, run:
sudo port selfupdate && sudo port upgrade libzdb-oracle
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.