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

Line ending issue with Mercurial or Visual Studio -

java - Jtable duplicate Rows -

java - Run a .jar on Heroku -