Add Beanie

This commit is contained in:
Roman 2021-04-20 14:57:35 +02:00
parent 545b0535a9
commit 4a59f43269

View File

@ -917,6 +917,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [pony](https://github.com/ponyorm/pony/) - ORM that provides a generator-oriented interface to SQL. * [pony](https://github.com/ponyorm/pony/) - ORM that provides a generator-oriented interface to SQL.
* [pydal](https://github.com/web2py/pydal/) - A pure Python Database Abstraction Layer. * [pydal](https://github.com/web2py/pydal/) - A pure Python Database Abstraction Layer.
* NoSQL Databases * NoSQL Databases
* [Beanie](https://github.com/roman-right/beanie) - Asynchronous MongoDB ODM.
* [hot-redis](https://github.com/stephenmcd/hot-redis) - Rich Python data types for Redis. * [hot-redis](https://github.com/stephenmcd/hot-redis) - Rich Python data types for Redis.
* [mongoengine](https://github.com/MongoEngine/mongoengine) - A Python Object-Document-Mapper for working with MongoDB. * [mongoengine](https://github.com/MongoEngine/mongoengine) - A Python Object-Document-Mapper for working with MongoDB.
* [PynamoDB](https://github.com/pynamodb/PynamoDB) - A Pythonic interface for [Amazon DynamoDB](https://aws.amazon.com/dynamodb/). * [PynamoDB](https://github.com/pynamodb/PynamoDB) - A Pythonic interface for [Amazon DynamoDB](https://aws.amazon.com/dynamodb/).