Applying query params in FastAPI application #1871
albertalexandrov
started this conversation in
General
Replies: 1 comment
-
You can use fastapi-filters |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
When developing API it is a common task to filter some entities by some parameters that are being passed in query parameters. In applications FastAPI + SQLAlchemy this is being done with help of https://github.com/arthurio/fastapi-filter. But for applications FastAPI + Tortoise ORM I couldn't find such a "translator"?
Maybe anyone could advise some?
Beta Was this translation helpful? Give feedback.
All reactions