espeed / bulbs

A Python persistence framework for graph databases like Neo4j, OrientDB and Titan.
http://bulbflow.org
Other
622 stars 83 forks source link

Add clarity to the docs #136

Open emehrkay opened 10 years ago

emehrkay commented 10 years ago

It took me a little bit of time to figure out that when using models, you need to ensure that you set a unique element_type member to return that model when querying the graph.

Is there a reason why Model.element_type defaults to none and not something like .__class__.__name__?

Thanks for the great library.