On Saturday, July 14, 2018 at 5:45:29 AM UTC-4, Marc wrote:
>
> Surely this is quite a common requirement? Ideally I would like it to be 
> as simple as transparent as possible to the front-end. Is there any 
> add-ons/plugins for SQLAlchemy that would enable this kind of 
> functionality? I have searched for quite a long time and can not find 
> anything, but perhaps I am using the wrong search key words.
>
 
This is not a common requirement. Many people implement similar design 
patterns, but a lot of the details in stuff like this are very much 
oriented to the "business logic" which changes wildly across projects.

I don't think you're going to find a SqlAlchemy project that covers this 
need, as it's really firmly in the "application logic" realm. 

HOWEVER you may find a Flask/Pyramid/etc project that uses SqlAlchemy under 
the hood and implements a pattern like this for you.


-- 
SQLAlchemy - 
The Python SQL Toolkit and Object Relational Mapper

http://www.sqlalchemy.org/

To post example code, please provide an MCVE: Minimal, Complete, and Verifiable 
Example.  See  http://stackoverflow.com/help/mcve for a full description.
--- 
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