python - Is there an Object Cache library available for SQLAlchemy? -
i'm working on new project written in python flask & sqlalchemy. latter seems decent orm doesn't seem consider caching responsibility.
it provides examples on how leverage dogpile.cache @ http://docs.sqlalchemy.org/en/latest/orm/examples.html#module-examples.dogpile_caching seems offer no more basic query results caching valuable read-only models.
what looking real level 2 object cache integrated orm store each object via pk , ensures identity in concurrently shared cache. have experience multiple caching libraries working java orms i'm not able find sqlalchemy. no such thing exist python yet?
Comments
Post a Comment