Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I think the idea is that FastAPI does one thing and does it well. You can mix in other parts of what you need, in the same way FastAPI itself leans on great projects.

SQLAlchemy + Alembic are standard because they're robust and well-know, but there are alternatives (particularly with async)[0][1][2]

For admin you can FE it with something like react-admin which has pluggable data providers, or api-admin[4]

[0] https://github.com/tortoise/tortoise-orm

[1] https://ponyorm.org/

[2] https://github.com/encode/orm

[3] https://github.com/api-platform/admin



Is wtforms still in use?


using pydantic pretty much everywhere.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: