A fast solution to creating a ReST backend for your Python models.
Turn your models into Resources and give them a controller layer. Provides standard functionality with limited effort using DAOModel and FastAPI.
searchcreateupsertviewrenamemodifydelete
- Expandable controllers so you can add endpoints for additional functionality
- Built-in validation
- Ability to pick and choose which actions to support for each resource
...
...
...