|
1 | 1 | # node-oracledb version 2.2
|
2 | 2 |
|
3 |
| -## <a name="about"></a> About node-oracledb |
4 |
| - |
5 | 3 | The node-oracledb add-on for Node.js powers high performance Oracle
|
6 | 4 | Database applications.
|
7 | 5 |
|
8 | 6 | Use node-oracledb to connect Node.js 4, 6, 8 and 9 to Oracle Database.
|
9 | 7 |
|
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. |
45 | 14 |
|
46 | 15 | ## <a name="installation"></a> Installation
|
47 | 16 |
|
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]. |
49 | 22 |
|
50 | 23 | ## <a name="examples"></a> Examples
|
51 | 24 |
|
52 | 25 | See the [examples][30] directory. Start with
|
53 | 26 | [examples/select1.js][31].
|
54 | 27 |
|
55 |
| -## <a name="doc"></a> Documentation |
56 |
| - |
57 |
| -See [Documentation for the Oracle Database Node.js Add-on][32]. |
58 |
| - |
59 | 28 | ## <a name="help"></a> Help
|
60 | 29 |
|
61 | 30 | Issues and questions can be raised with the node-oracledb community on
|
62 | 31 | [GitHub][24].
|
63 | 32 |
|
64 |
| -## <a name="changes"></a> Changes |
65 |
| - |
66 |
| -See [CHANGELOG][33]. |
67 |
| - |
68 | 33 | ## <a name="testing"></a> Tests
|
69 | 34 |
|
70 | 35 | To run the test suite see [test/README][34].
|
|
0 commit comments