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
I am building my first api, from a quite complex model (45+ domain objects) - and I would to know if marshmallow could fit my need as I have not found the answer elsewhere.
I use SQL Alchemy with an imperative mapping style: domain objects are defined in domain/model.py while tables are defined in adapters/orm.py.
Each domain object class is then explicitly mapped to its corresponding table.
All the examples I have seen use SQLAlchemy declarative mapping.
Is it possible to use marshmallow, especially the SQLAlchemyAutoSchema, with SQLAlchemy imperative mapping ?
thanks a lot for your help.
The text was updated successfully, but these errors were encountered:
Hello,
I am building my first api, from a quite complex model (45+ domain objects) - and I would to know if marshmallow could fit my need as I have not found the answer elsewhere.
I use SQL Alchemy with an imperative mapping style: domain objects are defined in domain/model.py while tables are defined in adapters/orm.py.
Each domain object class is then explicitly mapped to its corresponding table.
All the examples I have seen use SQLAlchemy declarative mapping.
Is it possible to use marshmallow, especially the SQLAlchemyAutoSchema, with SQLAlchemy imperative mapping ?
thanks a lot for your help.
The text was updated successfully, but these errors were encountered: