The MongoDB Repository

Let’s check the implementation of MongoDB as a repository.

The MongoRepo class is obviously not the same as the PostgreSQL interface. The PyMongo library is different from SQLAlchemy, and the structure of a NoSQL database differs from that of a relational one.

Create a new repository file

The rentomatic/repository/mongorepo.py file is as follows:

Get hands-on with 1200+ tech skills courses.