Hi,
With the Python package Bulbs/Bulbflow, I can interface graph
databases and
model my domain objects. http://bulbflow.com/quickstart/#domain-models
What I would like to do is to define my domain models in this way and
use
them to query/update the graph db through my views in Django, instead
of
going through Django's ORM to the relational database.

Has anyone tried to do this? Or do you know what implementation effort
would
be required on the Django-side to make this bridge?

In particular, I would be interested in how to keep the graph object
persistent,
in order to use it from within my views.

Thanks for any suggestions or ideas,
Stephan

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to