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 have an API that uses flask_smoest, flask_sqlalchemy and flask_marshmallow to render the API docs. MY database us created using SQL files and documentation for the columns is stored in COMMENT ON COLUMN... SQL statements. I believe that SQLAlchemy has access to this comment property, and I was wondering if it was possible to use this as the description in an SQLAchemyAutoSchema?
The text was updated successfully, but these errors were encountered:
I have an API that uses flask_smoest, flask_sqlalchemy and flask_marshmallow to render the API docs. MY database us created using SQL files and documentation for the columns is stored in
COMMENT ON COLUMN...
SQL statements. I believe that SQLAlchemy has access to this comment property, and I was wondering if it was possible to use this as the description in an SQLAchemyAutoSchema?The text was updated successfully, but these errors were encountered: