Flask extension to build REST APIs based on SQLAlchemy models
copied from cf-staging / flask-restalchemyconda install conda-forge::flask-restalchemy
conda install conda-forge/label/cf201901::flask-restalchemy
conda install conda-forge/label/cf202003::flask-restalchemy
A Flask extension to build REST APIs. It dismiss the need of building Schema classes, since usually all the information needed to serialize an SQLAlchemy instance is in the model itself.