Skip to content

Commit 1afa698

Browse files
committed
Update README for 1.7 to mention new pool queue
1 parent 608da77 commit 1afa698

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,18 @@
22

33
## <a name="about"></a> About node-oracledb
44

5-
The node-oracledb add-on for Node.js powers high performance Oracle Database applications.
5+
The node-oracledb add-on for Node.js powers high performance Oracle
6+
Database applications.
67

7-
Node-oracledb connects Node.js 0.10, 0.12, 4.2 LTS and 5 to Oracle
8-
Database.
8+
Use node-oracledb to connect Node.js 0.10, 0.12, 4 LTS and 5 to
9+
Oracle Database.
910

10-
This is an open source project maintained by Oracle Corp.
11+
The add-on is stable, well documented, and has a comprehensive test suite.
1112

12-
The node-oracledb home page is on the
13+
The node-oracledb project is open source and maintained by Oracle Corp. The home page is on the
1314
[Oracle Technology Network](http://www.oracle.com/technetwork/database/database-technologies/scripting-languages/node_js/).
1415

16+
1517
### Node-oracledb supports:
1618

1719
- [SQL and PL/SQL execution](https://github.com/oracle/node-oracledb/blob/master/doc/api.md#sqlexecution)
@@ -22,7 +24,7 @@ The node-oracledb home page is on the
2224
- [Smart mapping between JavaScript and Oracle types with manual override available](https://github.com/oracle/node-oracledb/blob/master/doc/api.md#typemap)
2325
- [Data binding using JavaScript objects or arrays](https://github.com/oracle/node-oracledb/blob/master/doc/api.md#bind)
2426
- [Transaction Management](https://github.com/oracle/node-oracledb/blob/master/doc/api.md#transactionmgt)
25-
- [Inbuilt Connection Pooling](https://github.com/oracle/node-oracledb/blob/master/doc/api.md#connpooling)
27+
- [Inbuilt Connection Pool with Queueing](https://github.com/oracle/node-oracledb/blob/master/doc/api.md#connpooling)
2628
- [Database Resident Connection Pooling (DRCP)](https://github.com/oracle/node-oracledb/blob/master/doc/api.md#drcp)
2729
- [External Authentication](https://github.com/oracle/node-oracledb/blob/master/doc/api.md#extauth)
2830
- [Row Prefetching](https://github.com/oracle/node-oracledb/blob/master/doc/api.md#rowprefetching)

0 commit comments

Comments
 (0)