Changeset [f62e6f52cb0a989cb5ef42d885c3ddc67c401060] by andreas
February 12th, 2010 @ 11:49 PM
More RDocs and RSpecs for Migrations [#108
state:open]
http://github.com/andreasronge/neo4j/commit/f62e6f52cb0a989cb5ef42d...
Committed by andreas
- M lib/neo4j/config.rb
- M lib/neo4j/mixins/migration_mixin.rb
- M lib/neo4j/neo.rb
- M lib/neo4j/transaction.rb
- M test/neo4j/migration_spec.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