Changeset [1aa9e2dbafeaa2854be6419a86bcc12b5560c532] by Brian Underwood
August 27th, 2014 @ 01:56 PM
Support being able to create relationships on create/update via
hash by passing in integer values
https://github.com/andreasronge/neo4j/commit/1aa9e2dbafeaa2854be641...
Committed by Brian Underwood
- M lib/neo4j/active_node/query/query_proxy.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Neo4j.rb is a graph database framework for JRuby.
It provides:
* Mapping of ruby objects to nodes in networks rather than in tables.
* Storage of ruby object to a file system.
* Fast traversal of relationships between nodes in a hugh node space.
* Transaction with rollbacks support.
* Indexing and quering of ruby objects.
* Integration with Rails