Skip to content

Commit

Permalink
Merge 93137c9 into 67c0d21
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenWesterlaken committed Jul 3, 2020
2 parents 67c0d21 + 93137c9 commit 8ff8347
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@

> A [mongoose](http://mongoosejs.com/) plugin to automatically maintain nodes in [neo4j](https://neo4j.com/)
> Although this package will not be _actively_ maintained, I try to keep it functional and up-to-date with the dependencies. Therefore, I want to note that **the basic functionalities, described in this documentation, should work and behave correctly**. If not, feel free to make an issue or contribute yourself by having a look at the pull-requests.
>
> For a list of ideas for features to contribute to, visit the [to-do-list](#upcoming-features--to-do-list).
## Table of contents
- [Motivation](#motivation---why-mongo4j-another-library)
- [Installation](#installation)
Expand Down Expand Up @@ -299,7 +295,7 @@ Unfortunately, mongoose doesn't supply a direct way of accessing data in update
**Returns:** a promise with a result of an array containing (in order):
- Result of the updateOne method. See [documentation](https://mongoosejs.com/docs/api.html#document_Document-updateOne)
- Result of the cypher update query
- Result of the cypher query that deleted all the previous relationships. **(If not executed this will be null)**. Why this query is executed is explained [here (not written yet)](#upcoming-features--to-do-list).
- Result of the cypher query that deleted all the previous relationships. **(If not executed this will be null)**. Why this query is executed is explained [here](#upcoming-features--to-do-list).

```javascript
// variable `person` refers to a document fetched from the database or returned as a result after saving
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"lodash": "^4.17.15",
"mongoose": "^5.9.20",
"mongoose": "^5.9.21",
"neo4j-driver": "^4.1.0",
"parse-neo4j": "^0.6.11",
"pluralize": "^8.0.0"
Expand Down

0 comments on commit 8ff8347

Please sign in to comment.