Registry / database / sijms-go-ora

sijms-go-ora

JSON →
library2.1.15+incompatiblegogounverified

An Oracle database driver for Go, providing a native implementation for connecting to Oracle databases.

go get github.com/sijms/go-ora
INSTALL
IMPORT
SIG · SIJMS-GO-ORA
S
sijms-go-ora
databasegov2.1.15+incompatible
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.

go_ora
github.com/sijms/go-ora

Open a connection to an Oracle database using database/sql

package main import ( "database/sql" _ "github.com/sijms/go-ora" ) func main() { db, err := sql.Open("oracle", "oracle://user:pass@host:1521/service") if err != nil { panic(err) } defer db.Close() }
Debug
Known issues
breakingVersion 2.x has breaking changes from v1; ensure compatibility with your code.
fix
Use v2 import path and update API calls accordingly.
affects: >=2.0.0
Upgrade
Version history
2.1.15+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
8
Meta
2
Resources
sijms-go-ora — go get sijms-go-ora · libregistry