neo4j-cypher
neo4j-cypher copied to clipboard
A Ruby DSL for the Neo4j Cypher query language
Results
2
neo4j-cypher issues
Sort by
recently updated
recently updated
newest added
When I run this code: ``` require "rubygems" require "active_attr" require "neography" require "json" require "neo4j-cypher" require "neo4j-cypher/neography" puts Neo4j::Cypher.query do node(1).outgoing(rel(:friends).where{|r| r[:since] == 1994}) end ``` I get this...
MERGE is introduced in Neo4j 2. Will this gem support it?