Skip to content

Commit 4cb861e

Browse files
Modified to use PKs rather than IDs & stubbed out new methods
1 parent f5cd64b commit 4cb861e

File tree

2 files changed

+135
-79
lines changed

2 files changed

+135
-79
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Expressions (CTE) to achieve this and is therefore not compatible with other dat
77

88
NOTE: Not all methods which would benefit from CTEs use them yet.
99

10-
NOTE: This project is a work in progress. While functional, it is not optimized. Currently, it provides numerous
11-
methods for retrieving nodes, and a few for retrieving edges within the graph. In progress are filters within the
12-
in order to limit the area of the graph to be searched.
10+
NOTE: **This project is a work in progress. Again, this project is a work in progress.** While functional, it is not optimized and not yet stable. Lots of changes are happening weekly. Expect it to stabilize by the end of 2020.
11+
12+
Currently, it provides numerous methods for retrieving nodes, and a few for retrieving edges within the graph. In progress are filters within the in order to limit the area of the graph to be searched, ability to easily export to NetworkX, and other improvements and utilities.
1313

1414
## Most Simple Example:
1515

0 commit comments

Comments
 (0)