-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BitcoinShow.Neo4j.Repository - Create Neo4jRepository class #40
Milestone
Comments
italopessoa
added a commit
that referenced
this issue
Mar 4, 2018
italopessoa
added a commit
that referenced
this issue
Mar 4, 2018
italopessoa
added a commit
that referenced
this issue
Mar 4, 2018
italopessoa
added a commit
that referenced
this issue
Mar 4, 2018
Add methods Task<INode> CreateCypherAsync(string query); Task<List<INode>> MatchSingleKeyCypherAsync(string query); Task<INode> MatchLabelByUUIDCypherAsync(string label, string uuid); Task DeleteLabelByUUIDCypherAsync(string label, string uuid);
italopessoa
added a commit
that referenced
this issue
Mar 5, 2018
Add Neo4jLabelAttribute and Neo4jPropertyAttribute classes
italopessoa
added a commit
that referenced
this issue
Mar 13, 2018
italopessoa
added a commit
that referenced
this issue
Mar 13, 2018
italopessoa
added a commit
that referenced
this issue
Mar 24, 2018
add default neo4j query to default if the uses the default constructor
italopessoa
added a commit
that referenced
this issue
Apr 4, 2018
this method is designed to execute custom cypher queries.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create a class library to manage neo4j data
The text was updated successfully, but these errors were encountered: