Hi, I'm developing an application that access a DB that is defined and mainly manipulated by a Django application. My app works in the backend processing the data, using SQLA.
My question is. Is there a problem in a scenario like this? I mean, two different applications with different ORMs using the same DB. At first, the only problem is that we'll need to keep the models in sync but I'm not sure if I'm missing anything. May be someone already faced a problem like this and could tell me his/her experience. Regards, Diego -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To view this discussion on the web visit https://groups.google.com/d/msg/sqlalchemy/-/T7LJSGMcRGgJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
