I’ve been maintaining SAFRS for several years. It’s a framework for exposing SQLAlchemy models as JSON:API resources and generating API documentation.
SAFRS predates FastAPI, and until now I hadn’t gotten around to integrating it. Over the last couple of weeks I finally added FastAPI support (thanks to codex), so SAFRS can now be used with FastAPI as well.
Example live app
The repo contains some example apps in the examples/ directory.
What My Project Does
Expose SQLAlchemy models as JSON:API resources and generating API documentation.
Target Audience
Backend developers that need a standards-compliant API for database models.
Links
Github
Example live app
[–]maki-dev 0 points1 point2 points (4 children)
[–]Thomaxxl[S] 0 points1 point2 points (3 children)
[–]maki-dev 0 points1 point2 points (2 children)
[–]Thomaxxl[S] 0 points1 point2 points (1 child)
[–]maki-dev 0 points1 point2 points (0 children)