Comparing version 0.3.1 to 0.4.1
{ | ||
"name" : "oracledb", | ||
"version" : "0.3.1", | ||
"description" : "Node.js Driver for Oracle Database", | ||
"version" : "0.4.1", | ||
"description" : "Oracle Database driver by Oracle Corp.", | ||
"license" : "Apache 2.0", | ||
"homepage": "http://www.oracle.com/technetwork/database/database-technologies/node_js/index.html", | ||
"keywords" : [ | ||
"nodejs", "Oracle", "Database" | ||
"Oracle", "Database", "official", "oracledb", "nodejs", "db", "binding", "extension", "module", "driver", "library", "plugin", "client", "oci" | ||
], | ||
@@ -28,6 +28,3 @@ "repository" : { | ||
}, | ||
"scripts" : { | ||
"install" : "node-gyp rebuild" | ||
}, | ||
"main" : "./index.js" | ||
} |
@@ -1,2 +0,2 @@ | ||
# node-oracledb version 0.3 | ||
# node-oracledb version 0.4 | ||
@@ -8,11 +8,12 @@ ## <a name="about"></a> 1. About node-oracledb | ||
Node-oracledb 0.3 supports basic and advanced Oracle features, including: | ||
Node-oracledb 0.4 supports basic and advanced Oracle features, including: | ||
- SQL and PL/SQL Execution | ||
- Query results as JavaScript objects or array | ||
- Binding using JavaScript objects or arrays | ||
- Query results as JavaScript objects or array | ||
- Conversion between JavaScript and Oracle types | ||
- Transaction Management | ||
- Connection Pooling | ||
- [Database Resident Connection Pooling](#http://docs.oracle.com/database/121/ADFNS/adfns_perf_scale.htm#ADFNS228) (DRCP) | ||
- [Database Resident Connection Pooling](http://docs.oracle.com/database/121/ADFNS/adfns_perf_scale.htm#ADFNS228) (DRCP) | ||
- [External Authentication](http://docs.oracle.com/database/121/DBSEG/authentication.htm#DBSEG99840) | ||
- [Statement Caching](http://docs.oracle.com/database/121/LNOCI/oci09adv.htm#i471377) | ||
@@ -26,3 +27,3 @@ - [Client Result Caching](http://docs.oracle.com/database/121/ADFNS/adfns_perf_scale.htm#ADFNS464) | ||
Node-oracledb 0.3 is a preview release. We are actively working on | ||
Node-oracledb 0.4 is a preview release. We are actively working on | ||
adding features including LOB support and batch fetching / streaming | ||
@@ -87,3 +88,3 @@ of large query result sets. | ||
- Install the small, free [Oracle Instant Client](http://www.oracle.com/technetwork/database/features/instant-client/index-100365.html) libraries, or have a local database such as the free [Oracle XE](http://www.oracle.com/technetwork/database/database-technologies/express-edition/overview/index.html) release. | ||
- Install the small, free [Oracle Instant Client](http://www.oracle.com/technetwork/database/features/instant-client/index-100365.html) libraries if your database is remote, or have a local database such as the free [Oracle XE](http://www.oracle.com/technetwork/database/database-technologies/express-edition/overview/index.html) release. | ||
- Clone this repository | ||
@@ -96,3 +97,3 @@ - Run `npm install` | ||
See [API Documentation](doc/api.md) | ||
See [Documentation for the Oracle Database Node.js Driver](doc/api.md) | ||
@@ -99,0 +100,0 @@ ## <a name="contrib"></a> 4. Contributing |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
118
254886
38
38