"Does no such maintained object caching project exist for SQLAlchemy?"

FWIW, I don't think any Python ORM has one (or has a good one).  I've seen 
some projects experiment with them.  Zope has ZEO which sort of emulates 
it, but really doesn't. 

I've been working on the fundamentals of a dogpile based sqlalchemy 
read-through cache for a while, and it's a pain to implement in a generic 
way because caching behavior isn't are straightforward as one initially 
expects.

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at https://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to