A
A
Artyom Innokentiev2020-01-14 15:03:46
Flask
Artyom Innokentiev, 2020-01-14 15:03:46

What to use instead of ViewSets (DRF) for Flask?

I have a Flask project with the following dependencies:

  • Flask-SQLAlchemy
  • marshmallow-sqlalchemy
  • flask-restplus

On Django + Django REST Framework , I usually use ViewSets to quickly create endpoints - I want to do the same trick for Flask:
  1. Specify Model
  2. Define list of fields
  3. Get the default set of CRUD operations

Is there a library that implements similar functionality for Flask?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question