python - SQLAlchemy-like relationships without SQLAlchemy -


sqlalchemy gives me nice relationships between objects. when change 1 object's member, it's automatically added other object's list, etc. - don't want use db. i'd keep objects in memory. there module gives kind of behavior without using sqlalchemy?

not knowing full context of project working on, can use sqlalchemy sqlite database or easier hold in memory. issue if hold things in memory once restart process lose data.

http://docs.sqlalchemy.org/en/rel_0_8/orm/tutorial.html#connecting


Comments

Popular posts from this blog

codeigniter - Fatal error: Call to undefined function lang() in CI Merchant using CardSave -

python - Received unregistered task using Celery with Django -

c# - Delving into the world of XML (Windows Phone) Error I dont understand (The ' ' character, hexadecimal value 0x20, cannot be included in a name.) -