File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- # node-oracledb version 0.6
1
+ # node-oracledb version 0.7
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.6 supports basic and advanced Oracle features, including:
8
+ Node-oracledb 0.7 supports basic and advanced Oracle features, including:
9
9
10
10
- SQL and PL/SQL Execution
11
+ - Fetching of large result sets
12
+ - REF CURSOR support
11
13
- Query results as JavaScript objects or array
12
14
- Binding using JavaScript objects or arrays
13
15
- Conversion between JavaScript and Oracle types
@@ -23,9 +25,8 @@ Node-oracledb 0.6 supports basic and advanced Oracle features, including:
23
25
- [ Runtime Load Balancing] ( http://docs.oracle.com/database/121/ADFNS/adfns_perf_scale.htm#ADFNS515 ) (RLB)
24
26
- [ Transparent Application Failover] ( http://docs.oracle.com/database/121/ADFNS/adfns_avail.htm#ADFNS534 ) (TAF)
25
27
26
- Node-oracledb 0.6 is a preview release. We are actively working on
27
- adding features including LOB support and batch fetching / streaming
28
- of large query result sets.
28
+ Node-oracledb 0.7 is a preview release. We are actively working on
29
+ adding features such as LOB support.
29
30
30
31
Share your feedback at the Oracle Technology Network
31
32
[ Node.js discussion forum] ( https://community.oracle.com/community/database/developer-tools/node_js/content )
You can’t perform that action at this time.
0 commit comments