Skip to content

Commit

Permalink
Merge branch 'master' into 'master'
Browse files Browse the repository at this point in the history
Changed connector name in package

See merge request !1
  • Loading branch information
raghav135 committed Nov 16, 2017
2 parents 751d518 + 7375388 commit f4cb2fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# loopback-connector-oracle
# oe-connector-oracle

[Oracle](https://www.oracle.com/database/index.html) is an object-relational database management system produced by Oracle Corporation. The `loopback-connector-oracle` module is the Oracle connector for the LoopBack framework based on the [node-oracledb](https://github.com/oracle/node-oracledb) module.
This is a oracle connector for oeCloud framework developed based on loopback-connector-postgresql with the same license of postgres connector.

[Oracle](https://www.oracle.com/database/index.html) is an object-relational database management system produced by Oracle Corporation. The `oe-connector-oracle` module is the Oracle connector for the oeCloud framework based on the [node-oracledb](https://github.com/oracle/node-oracledb) module.

<div class="gh-only">
For more information, see the <a href="http://loopback.io/doc/en/lb3/Oracle-connector.html)">LoopBack documentation</a>.
Expand All @@ -19,7 +21,7 @@ For more information, see the <a href="http://loopback.io/doc/en/lb3/Oracle-conn
In your application root directory, enter this command to install the connector:

```shell
$ npm install loopback-connector-oracle --save
$ npm install oe-connector-oracle --save
```

If you create a Oracle data source using the data source generator as described below, you don’t have to do this, since the generator will run npm install for you.
Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "loopback-connector-oracle",
"name": "oe-connector-oracle",
"version": "1.1.0",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"posttest": "npm run lint"
"lint": "eslint ."
},
"engines": {
"node": ">=4.0.0"
Expand All @@ -29,8 +28,6 @@
"optionalDependencies": {},
"directories": {},
"keywords": [
"StrongLoop",
"LoopBack",
"Oracle",
"DataSource",
"Connector"
Expand Down

0 comments on commit f4cb2fa

Please sign in to comment.