SQLAlchemy-like relationships without SQLAlchemy
SQLAlchemy gives me nice relationships between objects. When I change one
object's member, it's automatically added to the other object's list, etc.
However - I don't want to use a DB. I'd like to keep my objects in the
memory. Is there a module that gives this kind of behavior without using
SQLAlchemy?
No comments:
Post a Comment