1
- # node-oracledb version 0.3
1
+ # node-oracledb version 0.4
2
2
3
3
## <a name =" about " ></a > 1. About node-oracledb
4
4
5
5
The Oracle Database Node.js driver powers high performance
6
6
Node.js applications.
7
7
8
- Node-oracledb 0.3 supports basic and advanced Oracle features, including:
8
+ Node-oracledb 0.4 supports basic and advanced Oracle features, including:
9
9
10
10
- SQL and PL/SQL Execution
11
- - Binding using JavaScript objects or arrays
12
11
- Query results as JavaScript objects or array
12
+ - Binding using JavaScript objects or arrays
13
13
- Conversion between JavaScript and Oracle types
14
14
- Transaction Management
15
15
- Connection Pooling
16
- - [ Database Resident Connection Pooling] ( #http://docs.oracle.com/database/121/ADFNS/adfns_perf_scale.htm#ADFNS228 ) (DRCP)
16
+ - [ Database Resident Connection Pooling] ( http://docs.oracle.com/database/121/ADFNS/adfns_perf_scale.htm#ADFNS228 ) (DRCP)
17
+ - [ External Authentication] ( http://docs.oracle.com/database/121/DBSEG/authentication.htm#DBSEG99840 )
17
18
- [ Statement Caching] ( http://docs.oracle.com/database/121/LNOCI/oci09adv.htm#i471377 )
18
19
- [ Client Result Caching] ( http://docs.oracle.com/database/121/ADFNS/adfns_perf_scale.htm#ADFNS464 )
19
20
- [ End-to-end tracing] ( http://docs.oracle.com/database/121/TGSQL/tgsql_trace.htm#CHDBDGIJ )
@@ -22,7 +23,7 @@ Node-oracledb 0.3 supports basic and advanced Oracle features, including:
22
23
- [ Runtime Load Balancing] ( http://docs.oracle.com/database/121/ADFNS/adfns_perf_scale.htm#ADFNS515 ) (RLB)
23
24
- [ Transparent Application Failover] ( http://docs.oracle.com/database/121/ADFNS/adfns_avail.htm#ADFNS534 ) (TAF)
24
25
25
- Node-oracledb 0.3 is a preview release. We are actively working on
26
+ Node-oracledb 0.4 is a preview release. We are actively working on
26
27
adding features including LOB support and batch fetching / streaming
27
28
of large query result sets.
28
29
0 commit comments