File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,10 @@ function init() {
51
51
password : dbConfig . password ,
52
52
connectString : dbConfig . connectString
53
53
// Default values shown below
54
+ // edition: 'ORA$BASE', // used for Edition Based Redefintion
54
55
// events: false, // whether to handle Oracle Database FAN and RLB events or support CQN
55
56
// externalAuth: false, // whether connections should be established using External Authentication
57
+ // homogeneous: true, // all connections in the pool have the same credentials
56
58
// poolAlias: 'myalias' // set an alias to allow access to the pool via a name
57
59
// poolIncrement: 1, // only grow the pool by one connection at a time
58
60
// poolMax: 4, // maximum size of the pool. Increase UV_THREADPOOL_SIZE if you increase poolMax
Original file line number Diff line number Diff line change @@ -52,8 +52,10 @@ async function init() {
52
52
password : dbConfig . password ,
53
53
connectString : dbConfig . connectString
54
54
// Default values shown below
55
+ // edition: 'ORA$BASE', // used for Edition Based Redefintion
55
56
// events: false, // whether to handle Oracle Database FAN and RLB events or support CQN
56
57
// externalAuth: false, // whether connections should be established using External Authentication
58
+ // homogeneous: true, // all connections in the pool have the same credentials
57
59
// poolAlias: 'myalias' // set an alias to allow access to the pool via a name.
58
60
// poolIncrement: 1, // only grow the pool by one connection at a time
59
61
// poolMax: 4, // maximum size of the pool. Increase UV_THREADPOOL_SIZE if you increase poolMax
Original file line number Diff line number Diff line change @@ -51,8 +51,10 @@ function init() {
51
51
password : dbConfig . password ,
52
52
connectString : dbConfig . connectString
53
53
// Default values shown below
54
+ // edition: 'ORA$BASE', // used for Edition Based Redefintion
54
55
// events: false, // whether to handle Oracle Database FAN and RLB events or support CQN
55
56
// externalAuth: false, // whether connections should be established using External Authentication
57
+ // homogeneous: true, // all connections in the pool have the same credentials
56
58
// poolAlias: 'myalias' // set an alias to allow access to the pool via a name.
57
59
// poolIncrement: 1, // only grow the pool by one connection at a time
58
60
// poolMax: 4, // maximum size of the pool. Increase UV_THREADPOOL_SIZE if you increase poolMax
You can’t perform that action at this time.
0 commit comments