Skip to content

Commit 458ed50

Browse files
committed
📝 Add FastAPI Filter to FastAPI extensions
1 parent f1cfeda commit 458ed50

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

docs/data-processing/apis/fastapi/extensions.rst

+17-1
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,20 @@ ORMs
219219
SQL Query Builders
220220
------------------
221221

222+
`FastAPI Filter <https://fastapi-filter.netlify.app/>`_
223+
Querystring filters for the Api endpoints and the Swagger user interface.
224+
The supported backends are :doc:`../../postgresql/sqlalchemy` and
225+
:ref:`MongoEngine <mongoengine>`.
226+
227+
.. image:: https://raster.shields.io/github/stars/arthurio/fastapi-filter
228+
:alt: Stars
229+
.. image:: https://raster.shields.io/github/contributors/arthurio/fastapi-filter
230+
:alt: Contributors
231+
.. image:: https://raster.shields.io/github/commit-activity/y/arthurio/fastapi-filter
232+
:alt: Commit activity
233+
.. image:: https://raster.shields.io/github/license/arthurio/fastapi-filter
234+
:alt: Lizenz
235+
222236
`asyncpgsa <https://github.com/CanopyTax/asyncpgsa>`_
223237
Python wrapper around `asyncpg <https://github.com/MagicStack/asyncpg>`_ for
224238
use with :doc:`/data-processing/postgresql/sqlalchemy`
@@ -266,7 +280,9 @@ ODMs
266280
.. image:: https://raster.shields.io/github/license/roman-right/beanie
267281
:alt: License
268282

269-
`MongoEngine <https://github.com/MongoEngine/mongoengine>`_
283+
.. _mongoengine:
284+
285+
`MongoEngine <https://github.com/MongoEngine/mongoengine>`__
270286
Python Object-Document Mapper for working with MongoDB
271287

272288
.. image:: https://raster.shields.io/github/stars/MongoEngine/mongoengine

0 commit comments

Comments
 (0)