From 70e7ab03201e374899705f205d7ddde8b85ecd3a Mon Sep 17 00:00:00 2001 From: Alex Bevilacqua Date: Wed, 14 Jan 2026 08:58:45 -0500 Subject: [PATCH] Add Beanie ODM to Python libraries list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6668aa6c6..32603fe39 100644 --- a/README.md +++ b/README.md @@ -392,6 +392,7 @@ _Libraries for connecting and operating databases._ - [motor](https://github.com/mongodb/motor) - The async Python driver for MongoDB. - [pymongo](https://github.com/mongodb/mongo-python-driver) - The official Python client for MongoDB. - [redis-py](https://github.com/redis/redis-py) - The Python client for Redis. + - [Beanie](https://github.com/BeanieODM/beanie) - An asynchronous Python object-document mapper (ODM) for MongoDB. ## Date and Time