mirror of
https://github.com/vinta/awesome-python.git
synced 2026-01-25 15:38:43 +00:00
Add ODMantic to NoSQL Databases list
This commit is contained in:
parent
2b274538e7
commit
7007921f32
@ -795,6 +795,7 @@ _Libraries that implement Object-Relational Mapping or data mapping techniques._
|
||||
- [SQLModel](https://sqlmodel.tiangolo.com/) - SQLModel is based on Python type annotations, and powered by Pydantic and SQLAlchemy.
|
||||
- NoSQL Databases
|
||||
- [mongoengine](https://github.com/MongoEngine/mongoengine) - A Python Object-Document-Mapper for working with MongoDB.
|
||||
- [ODMantic](https://github.com/art049/odmantic) - Sync and Async ODM for MongoDB built on top of Pydantic for model definition and validation.
|
||||
- [PynamoDB](https://github.com/pynamodb/PynamoDB) - A Pythonic interface for [Amazon DynamoDB](https://aws.amazon.com/dynamodb/).
|
||||
|
||||
## Package Management
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user