You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main difference with our approach is that ROM separates mapping and object construction from the relations/query DSL—whereas Neography embeds the query DSL and graphdb into model classes, active record style.
The neo4j-cypher gem was used in the legacy version of Neo4j.rb and never supported versions past 1.9. Sticking with the Neo4j-core gem is probably your best bet, the Cypher DSL is quite good, IMO.
Fluent interface will add a lot of value to the API
NOTE: Possible enhancement extracted from this @maetl's comment: #3 (comment)
The text was updated successfully, but these errors were encountered: