Thanks Jonathan. Exactly what I wanted to know. Desmond
On Tue, 14 May 2019 at 02:22, Jonathan Vanasco <[email protected]> wrote: > Are all of these APIs for the same company/organization (e.g. in-house > services), or are you developing something for different companies (you are > an agency with clients)? > > If everything is for the same company, I typically define and maintain a > single model in a dedicated separate package. The various applications > then import and use that single model. The model has it's own unit-tests > to ensure everything works as expected, but some tests are in the projects > as well. Build/Deploy on each application runs the single model's tests > too. This ensures no project breaks the model. > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/sqlalchemy. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sqlalchemy/e8bb854b-e2cd-476a-9158-9ef9bf18b477%40googlegroups.com > <https://groups.google.com/d/msgid/sqlalchemy/e8bb854b-e2cd-476a-9158-9ef9bf18b477%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sqlalchemy. To view this discussion on the web visit https://groups.google.com/d/msgid/sqlalchemy/CAM%2BCzahyqHTGJM-jWqDDadjYnZJh8_x0qAsUaM_3Nam2gYKTZQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
