Skip to content

Commit 452a62a

Browse files
committed
Avoid duplication with the new homepage
1 parent 8ca44e8 commit 452a62a

File tree

1 file changed

+11
-46
lines changed

1 file changed

+11
-46
lines changed

README.md

Lines changed: 11 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,35 @@
11
# node-oracledb version 2.2
22

3-
## <a name="about"></a> About node-oracledb
4-
53
The node-oracledb add-on for Node.js powers high performance Oracle
64
Database applications.
75

86
Use node-oracledb to connect Node.js 4, 6, 8 and 9 to Oracle Database.
97

10-
The add-on is stable, well documented, and has a comprehensive test suite.
11-
12-
The node-oracledb project is open source and maintained by Oracle Corp.
13-
14-
### Node-oracledb supports:
15-
16-
- [Async/Await][2], [Promises][3], [Callbacks][4] and [Streams][5]
17-
- [SQL and PL/SQL execution][6]
18-
- [REF CURSORs][7]
19-
- [Large Objects: CLOBs and BLOBs as Streams or Strings and Buffers][8]
20-
- [Oracle Database 12c JSON datatype][9]
21-
- [Query results as JavaScript objects or arrays][10]
22-
- [Smart mapping between JavaScript and Oracle types with manual override available][11]
23-
- [Data binding using JavaScript types, objects or arrays][12]
24-
- [Transaction Management][13]
25-
- [Inbuilt Connection Pool with Queuing, Aliasing and Liveness checking][14]
26-
- [Database Resident Connection Pooling (DRCP)][15]
27-
- [Privileged Connections][38]
28-
- [External Authentication][16]
29-
- [Array Fetches][17]
30-
- [Statement Caching][18]
31-
- [Client Result Caching][19]
32-
- [End-to-end Tracing, Mid-tier Authentication, and Auditing][20]
33-
- Oracle High Availability Features
34-
- [Fast Application Notification (FAN)][21]
35-
- [Runtime Load Balancing (RLB)][22]
36-
- [Transparent Application Failover (TAF)][23]
37-
38-
We are actively working on supporting the best Oracle Database
39-
features, and on functionality requests from [users involved in the
40-
project][24].
41-
42-
## <a name="start"></a> Getting Started
43-
44-
See [Getting Started with Node-oracledb][1].
8+
Node-oracledb supports basic and advanced features of Oracle Database
9+
and Oracle Client. See the
10+
[homepage](https://oracle.github.io/node-oracledb/) for a list.
11+
12+
The node-oracledb module is open source and maintained by Oracle Corp.
13+
It is stable, well documented, and has a comprehensive test suite.
4514

4615
## <a name="installation"></a> Installation
4716

48-
See [Quick Start Node-oracledb Installation][37].
17+
See [Getting Started with Node-oracledb][1] and [Quick Start Node-oracledb Installation][37].
18+
19+
## <a name="doc"></a> Documentation
20+
21+
See [Documentation for the Oracle Database Node.js Add-on][32] and the [CHANGELOG][33].
4922

5023
## <a name="examples"></a> Examples
5124

5225
See the [examples][30] directory. Start with
5326
[examples/select1.js][31].
5427

55-
## <a name="doc"></a> Documentation
56-
57-
See [Documentation for the Oracle Database Node.js Add-on][32].
58-
5928
## <a name="help"></a> Help
6029

6130
Issues and questions can be raised with the node-oracledb community on
6231
[GitHub][24].
6332

64-
## <a name="changes"></a> Changes
65-
66-
See [CHANGELOG][33].
67-
6833
## <a name="testing"></a> Tests
6934

7035
To run the test suite see [test/README][34].

0 commit comments

Comments
 (0)