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
By implementing this into the Diamond ecosystem, downstream developers will no longer have to maintain a schema separate from the model, and JSON serialization will be more efficient.
I was trying to implement this at GYI, but it cuts too deeply into the Diamond ecosystem -- utils.mxins classmethods would have to be updated, the component initialization order may have to be changed (SQLAlchemy must be initialized before Marshmallow), and other places I imagine.
The text was updated successfully, but these errors were encountered:
https://flask-marshmallow.readthedocs.org/en/latest/ -- scroll down to Optional Flask-SQLAlchemy Integration
By implementing this into the Diamond ecosystem, downstream developers will no longer have to maintain a schema separate from the model, and JSON serialization will be more efficient.
I was trying to implement this at GYI, but it cuts too deeply into the Diamond ecosystem -- utils.mxins classmethods would have to be updated, the component initialization order may have to be changed (SQLAlchemy must be initialized before Marshmallow), and other places I imagine.
The text was updated successfully, but these errors were encountered: