File tree Expand file tree Collapse file tree
docs/data-processing/apis/fastapi Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -219,6 +219,20 @@ ORMs
219219SQL 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 `
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
You can’t perform that action at this time.
0 commit comments