package
0.2.4
Repository: https://github.com/relloyd/halfpipe.git
Documentation: pkg.go.dev

# README

This is a Halfpipe shared library plugin providing connectivity to Oracle databases via OCI library.

CGO is required due to the imported libraries.

See also directory "plugin-loader".

20200913 - Go 1.15.1 - All function seem to be required in main.go and are not included in the build if they live in another file. Perhaps my compilation switches need updating!?!

Oracle client setup on MacOS:

See also: https://github.com/InstantClientTap/homebrew-instantclient

brew tap InstantClientTap/instantclient
brew install instantclient-basiclite
brew install instantclient-sdk
brew install instantclient-sqlplus
brew install instantclient-tools

# Variables

No description provided by the author

# Structs

CqnConn is just a wrapper around OCI8 equivalent.