File tree 1 file changed +17
-1
lines changed
docs/data-processing/apis/fastapi
1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -219,6 +219,20 @@ ORMs
219
219
SQL Query Builders
220
220
------------------
221
221
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
+
222
236
`asyncpgsa <https://github.com/CanopyTax/asyncpgsa >`_
223
237
Python wrapper around `asyncpg <https://github.com/MagicStack/asyncpg >`_ for
224
238
use with :doc: `/data-processing/postgresql/sqlalchemy `
266
280
.. image :: https://raster.shields.io/github/license/roman-right/beanie
267
281
:alt: License
268
282
269
- `MongoEngine <https://github.com/MongoEngine/mongoengine >`_
283
+ .. _mongoengine :
284
+
285
+ `MongoEngine <https://github.com/MongoEngine/mongoengine >`__
270
286
Python Object-Document Mapper for working with MongoDB
271
287
272
288
.. image :: https://raster.shields.io/github/stars/MongoEngine/mongoengine
You can’t perform that action at this time.
0 commit comments