You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be really nice and helpful if it were possible to have SQLAlchemy model "split" in to separate, schema specific, files with a schema specific Base.
It would be really nice and helpful if it were possible to have SQLAlchemy model "split" in to separate, schema specific, files with a schema specific Base.
As an example, if a DDL had something like
the -m sqlalchemy in combination with a new option would produce two model files,
schema1.py
schema2.py
with
and
respectively. This would be amazingly helpful & useful feature as it would make it possible to really separate the schemas.
The text was updated successfully, but these errors were encountered: