rom-neo4j icon indicating copy to clipboard operation
rom-neo4j copied to clipboard

Experimental integration of Neo4j with Ruby Object Mapper

Results 3 rom-neo4j issues
Sort by recently updated
recently updated
newest added

Need to ensure there are commands which cover the full range of standard features in cypher in a generic way. - Generic create command (?) - Generic update command (?)...

help wanted
feature

Fluent interface will add a lot of value to the API NOTE: Possible enhancement extracted from this @maetl's comment: https://github.com/rom-rb/rom-neo4j/pull/3#issuecomment-138078536 ##

help wanted
feature

There is some sort of issue with the monkey-patching of neo4j-core. Given this code: ``` setup.relation(:records) do matches '(n:stmpd)' returns 'n' def by_type(type) where("'#{type}' IN n.type") end end class Record...