Documentation
¶
Overview ¶
Package oracle links the Oracle driver into a Nucleus application.
Import it for its side effect, once, anywhere in the program:
import _ "github.com/jcsvwinston/nucleus/drivers/oracle"
It registers sijms/go-ora/v2 under "oracle", which is what pkg/db resolves an oracle:// URL to.
This replaces the `-tags oracle` build tag that used to gate the driver — see the note in the mssql module on why an import beats a tag.
Click to show internal directories.
Click to hide internal directories.