Changeset [5626168d16140fad10b88e61f061c587bceefd2c] by andreas
February 9th, 2010 @ 10:19 PM
Impl. Migrations, look at the RSpecs for detail. [#108
state:open]
http://github.com/andreasronge/neo4j/commit/5626168d16140fad10b88e6...
Committed by andreas
- A lib/neo4j/mixins/migration_mixin.rb
- A test/neo4j/migration_spec.rb
- M lib/neo4j.rb
- M lib/neo4j/neo.rb
- M lib/neo4j/reference_node.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