This is a fork fastapi-filter
- added functionality for creating custom filters (analog SerializerMethodField into drf).
- possibility to sort by fields of related tables.
- new filter
range
implementing behaviorbetween
. - new filter
likein
combines behaviorin
andilike
.
- python >=3.11, <4.0
- fastapi >=0.100.0, <1.0
- SQLAlchemy >=1.4.36, <2.1.0
- pydantic >=2.0.0, <3.0.0
pip install fastapi-filter-sqlalchemy
Before contributing please read our contributing guidelines.