github.com/godror/godror
go
pkg:golang/github.com/godror/godror
38 Dependabot PRs
about 2 hours ago
11 repositories
6 repositories
Recent PRs
Bump github.com/godror/godror from 0.49.2 to 0.49.3
btnguyen2k/godal #152

Bump github.com/godror/godror from 0.49.1 to 0.49.2
tknie/flynn #38

go.mod: bump github.com/godror/godror from 0.49.1 to 0.49.2
conduitio-labs/conduit-connector-oracle #214

Bump github.com/godror/godror from 0.49.1 to 0.49.2
oracle/oracle-db-appdev-monitoring #339

Bump github.com/godror/godror from 0.49.1 to 0.49.2
btnguyen2k/henge #138


Bump github.com/godror/godror from 0.37.0 to 0.49.1
DataDog/datadog-agent #39737

Bump github.com/godror/godror from 0.49.0 to 0.49.1
tknie/flynn #34

build(deps): bump github.com/godror/godror from 0.37.0 to 0.49.1
StackVista/datadog-agent-upstream-for-process-agent #563

Bump github.com/godror/godror from 0.49.0 to 0.49.1
btnguyen2k/henge #134

Bump github.com/godror/godror from 0.49.0 to 0.49.1
btnguyen2k/godal #147

Bump github.com/godror/godror from 0.49.0 to 0.49.1 in /oracle/go
andygrunwald/your-connection-deserves-a-name #183

go.mod: bump github.com/godror/godror from 0.49.0 to 0.49.1
conduitio-labs/conduit-connector-oracle #210

Bump github.com/godror/godror from 0.48.3 to 0.49.1
oracle/oracle-db-appdev-monitoring #290

Bump github.com/godror/godror from 0.49.0 to 0.49.1
senzing-garage/go-databasing #173

build(deps): bump github.com/godror/godror from 0.33.2 to 0.49.0
elastic/beats #45181

Bump github.com/godror/godror from 0.48.3 to 0.49.0 in /oracle/go
andygrunwald/your-connection-deserves-a-name #178

Bump github.com/godror/godror from 0.48.3 to 0.49.0
tknie/flynn #33

go.mod: bump github.com/godror/godror from 0.48.3 to 0.49.0
conduitio-labs/conduit-connector-oracle #209

Bump github.com/godror/godror from 0.48.3 to 0.49.0
oracle/oracle-db-appdev-monitoring #276

Bump github.com/godror/godror from 0.48.3 to 0.49.0
btnguyen2k/henge #132

Bump github.com/godror/godror from 0.48.3 to 0.49.0
btnguyen2k/godal #145

Bump github.com/godror/godror from 0.48.3 to 0.49.0
senzing-garage/go-databasing #170

Bump github.com/godror/godror from 0.37.0 to 0.48.3
DataDog/datadog-agent #37765

build(deps): bump github.com/godror/godror from 0.37.0 to 0.48.3
StackVista/datadog-agent-upstream-for-process-agent #378

Bump github.com/godror/godror from 0.48.1 to 0.48.3 in /oracle/go
andygrunwald/your-connection-deserves-a-name #173

Bump github.com/godror/godror from 0.40.3 to 0.48.3
btnguyen2k/godal #142

go.mod: bump github.com/godror/godror from 0.48.2 to 0.48.3
conduitio-labs/conduit-connector-oracle #205

Bump github.com/godror/godror from 0.48.1 to 0.48.3
oracle/oracle-db-appdev-monitoring #245

Bump github.com/godror/godror from 0.48.2 to 0.48.3
senzing-garage/go-databasing #163

Bump github.com/godror/godror from 0.47.1 to 0.48.2
btnguyen2k/henge #129

Bump github.com/godror/godror from 0.48.1 to 0.48.2
oracle/oracle-db-appdev-monitoring #225

Bump github.com/godror/godror from 0.40.3 to 0.48.2
btnguyen2k/godal #141

Bump github.com/godror/godror from 0.37.0 to 0.48.0
DataDog/datadog-agent #35675

Bump github.com/godror/godror from 0.37.0 to 0.47.0
DataDog/datadog-agent #34781

Package Details
Name: | github.com/godror/godror |
Ecosystem: | go |
PURL Type: | golang |
Package URL: | pkg:golang/github.com/godror/godror |
JSON API: | View JSON |
Package Information
Package godror is a database/sql/driver for Oracle DB. The connection string for the sql.Open("godror", dataSourceName) call can be the simple with additional params (here with the defaults): These are the defaults. For external authentication, user and password should be empty with default value(0) for heterogeneousPool parameter. heterogeneousPool(valid for standaloneConnection=0) and externalAuth parameters are internally set. For Proxy support , sessionuser is enclosed in brackets [sessionuser]. To use a heterogeneous Pool with Proxy Support ,user and password parameters should be non-empty and parameter heterogeneousPool should be 1. If user,password are empty and heterogeneousPool is set to 1, different user and password can be passed in subsequent queries. Many advocate that a static session pool (min=max, incr=0) is better, with 1-10 sessions per CPU thread. See https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=GUID-7DFBA826-7CC0-4D16-B19C-31D168069B54 You may also use ConnectionParams to configure a connection. If you specify connectionClass, that'll reuse the same session pool without the connectionClass, but will specify it on each session acquire. Thus you can cluster the session pool with classes. For connectionClass usage, see https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=GUID-CE6E4DCC-92DF-4946-92B8-2BDD9845DA35 If you specify server_type as POOLED in sid, DRCP is used. For what can be used as "sid", see https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=GUID-E5358DEA-D619-4B7B-A799-3D2F802500F1 Go strings are UTF-8, so the default charset should be used unless there's a really good reason to interfere with Oracle's character set conversion.
Repository: | https://github.com/godror/godror |
Homepage: | https://github.com/godror/godror |
Latest Release: |
v0.48.3
4 months ago |
Dependent Repos: | 3,870 |
Dependent Packages: | 457 |
Ranking: | Top 0.131% by dependent repos Top 0.2066% by dependent pkgs |