1- # node-oracledb version 0.3
1+ # node-oracledb version 0.4
22
33## <a name =" about " ></a > 1. About node-oracledb
44
55The Oracle Database Node.js driver powers high performance
66Node.js applications.
77
8- Node-oracledb 0.3 supports basic and advanced Oracle features, including:
8+ Node-oracledb 0.4 supports basic and advanced Oracle features, including:
99
1010- SQL and PL/SQL Execution
11- - Binding using JavaScript objects or arrays
1211- Query results as JavaScript objects or array
12+ - Binding using JavaScript objects or arrays
1313- Conversion between JavaScript and Oracle types
1414- Transaction Management
1515- 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 )
1718- [ Statement Caching] ( http://docs.oracle.com/database/121/LNOCI/oci09adv.htm#i471377 )
1819- [ Client Result Caching] ( http://docs.oracle.com/database/121/ADFNS/adfns_perf_scale.htm#ADFNS464 )
1920- [ 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:
2223 - [ Runtime Load Balancing] ( http://docs.oracle.com/database/121/ADFNS/adfns_perf_scale.htm#ADFNS515 ) (RLB)
2324 - [ Transparent Application Failover] ( http://docs.oracle.com/database/121/ADFNS/adfns_avail.htm#ADFNS534 ) (TAF)
2425
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
2627adding features including LOB support and batch fetching / streaming
2728of large query result sets.
2829
0 commit comments