File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ limitations under the License.
30
30
The steps below create a standalone Node.js installation for testing.
31
31
Adjust the steps for your environment.
32
32
33
- The node-oracledb 0.2 release has been tested with Node.js 0.10.35 on
33
+ The node-oracledb release has been tested with Node.js 0.10.35 on
34
34
64-bit Oracle Linux. The driver can also build in some 32-bit Linux,
35
35
Solaris and Mac OS X environments, but these architectures have not
36
36
been fully tested. Installation on those platforms is similar to the
Original file line number Diff line number Diff line change 1
- # node-oracledb version 0.2
1
+ # node-oracledb version 0.3
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.2 supports basic and advanced Oracle features, including:
8
+ Node-oracledb 0.3 supports basic and advanced Oracle features, including:
9
9
10
10
- SQL and PL/SQL Execution
11
11
- Binding using JavaScript objects or arrays
@@ -22,9 +22,9 @@ Node-oracledb 0.2 supports basic and advanced Oracle features, including:
22
22
- [ Runtime Load Balancing] ( http://docs.oracle.com/database/121/ADFNS/adfns_perf_scale.htm#ADFNS515 ) (RLB)
23
23
- [ Transparent Application Failover] ( http://docs.oracle.com/database/121/ADFNS/adfns_avail.htm#ADFNS534 ) (TAF)
24
24
25
- Node-oracledb 0.2 is a preview release. We are actively working on
26
- adding features including Windows platform support, LOB support, and
27
- batch fetching / streaming of large query result sets.
25
+ Node-oracledb 0.3 is a preview release. We are actively working on
26
+ adding features including LOB support and batch fetching / streaming
27
+ of large query result sets.
28
28
29
29
Share your feedback at the Oracle Technology Network
30
30
[ 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