marshmallow-code / marshmallow-sqlalchemy

SQLAlchemy integration with marshmallow
https://marshmallow-sqlalchemy.readthedocs.io
MIT License
549 stars 94 forks source link

Support for Dictionary Collections #580

Open jsormaz opened 2 months ago

jsormaz commented 2 months ago

In sqlalchemy I can map a collection as a dictionary rather than a list: https://docs.sqlalchemy.org/en/20/orm/collection_api.html#dictionary-collections

Is this supported at all by marshmallow-sqlalchemy?