Neo4j.rb 6.1.1
Neo4j.rb is basically an ORM (Object Relational Mapper) for Neo4j. Since Neo4j is a graph engine and not a relational database the correct term would actually be OGM, an Object Graph Mapper.
Like any other ORM, ODM, or OGM, Neo4j.rb supports basic...