Skip to content

Commit

Permalink
📝 Add FastAPI Filter to FastAPI extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
veit committed May 30, 2023
1 parent 3330480 commit bb416d6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/data-processing/apis/fastapi/extensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,20 @@ ORMs
SQL Query Builders
------------------

`FastAPI Filter <https://fastapi-filter.netlify.app/>`_
Querystring filters for the Api endpoints and the Swagger user interface.
The supported backends are :doc:`../../postgresql/sqlalchemy` and
:ref:`MongoEngine <mongoengine>`.

.. image:: https://raster.shields.io/github/stars/arthurio/fastapi-filter
:alt: Stars
.. image:: https://raster.shields.io/github/contributors/arthurio/fastapi-filter
:alt: Contributors
.. image:: https://raster.shields.io/github/commit-activity/y/arthurio/fastapi-filter
:alt: Commit activity
.. image:: https://raster.shields.io/github/license/arthurio/fastapi-filter
:alt: Lizenz

`asyncpgsa <https://github.com/CanopyTax/asyncpgsa>`_
Python wrapper around `asyncpg <https://github.com/MagicStack/asyncpg>`_ for
use with :doc:`/data-processing/postgresql/sqlalchemy`
Expand Down Expand Up @@ -266,6 +280,8 @@ ODMs
.. image:: https://raster.shields.io/github/license/roman-right/beanie
:alt: License

.. _mongoengine:

`MongoEngine <https://github.com/MongoEngine/mongoengine>`_
Python Object-Document Mapper for working with MongoDB

Expand Down

0 comments on commit bb416d6

Please sign in to comment.