Skip to content

FastAPI❤️MongoDB documentation

GitHub GitHub Workflow Status (branch) GitHub last commit (branch) codecov

PyPI - Python Version PyPI PyPI - Downloads

Imports: isort Code style: black

Description

A library that simplifies work and integration with MongoDB for a FastAPI project.

Danger

The project is under development, so there is a possibility of breaking changes.

Info

When the key points in development are completed, I will take care of the documentation.

Installation

Basic installation

1
pip install fastapi-mongodb

Full installation

1
pip install fastapi-mongodb[orjson]
Dependencies
Back to top