Registry / database / mattn-go-oci8

mattn-go-oci8

JSON →
library0.1.1gogounverified

Package go-oci8 provides a Go driver for Oracle databases via the OCI8 interface.

go get github.com/mattn/go-oci8
INSTALL
IMPORT
SIG · MATTN-GO-OCI8
M
mattn-go-oci8
databasegov0.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

oci8
github.com/mattn/go-oci8

Open an Oracle database connection using the OCI8 driver.

package main import ( "database/sql" _ "github.com/mattn/go-oci8" ) func main() { db, err := sql.Open("oci8", "user/password@host:port/service") if err != nil { panic(err) } defer db.Close() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
mattn-go-oci8 — go get mattn-go-oci8 · libregistry