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

javascript - CasperJS/PhantomJS failing SSL handshakes on some sites even with --ssl-protocol=any -

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

python - Received unregistered task using Celery with Django -