Quart Mongo

Quart-Mongo#

MongoDB is an open source database that stores flexible JSON-like “documents,” which can have any number, name, or hierarchy of fields within, instead of rows of data as in a relational database. Python developers can think of MongoDB as a persistent, searchablepy repository of Python dictionaries (and, in fact, this is how PyMongo represents MongoDB documents).

Quart-Mongo bridges Quart, Motor, and Odmantic to create a powerful MongoDB extension to use in your applications. It also provides some convenience helpers as well as being able to work with Quart-Schema.

Quart-Mongo is developed on Github, here

This extension is heavily influenced on the following:

Quart plus Mongo

Tutorials#

How to guides#

Reference#