Update README.md

- I forgot about the hyperlink in the ToC.
- I also added another useful odm to the resources.
This commit is contained in:
Ashkan Ranjbar 2024-09-05 22:15:53 +03:30 committed by GitHub
parent 60477d556f
commit 381934d3ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,7 +57,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
- [Natural Language Processing](#natural-language-processing) - [Natural Language Processing](#natural-language-processing)
- [Network Virtualization](#network-virtualization) - [Network Virtualization](#network-virtualization)
- [News Feed](#news-feed) - [News Feed](#news-feed)
- [ORM](#orm) - [ORM and other Database Mapping Tools](#orm-and-other-database-mapping-tools)
- [Package Management](#package-management) - [Package Management](#package-management)
- [Package Repositories](#package-repositories) - [Package Repositories](#package-repositories)
- [Penetration testing](#penetration-testing) - [Penetration testing](#penetration-testing)
@ -762,7 +762,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [django-activity-stream](https://github.com/justquick/django-activity-stream) - Generating generic activity streams from the actions on your site. * [django-activity-stream](https://github.com/justquick/django-activity-stream) - Generating generic activity streams from the actions on your site.
* [Stream Framework](https://github.com/tschellenbach/Stream-Framework) - Building news feed and notification systems using Cassandra and Redis. * [Stream Framework](https://github.com/tschellenbach/Stream-Framework) - Building news feed and notification systems using Cassandra and Redis.
## ORM and other database mapping tools ## ORM and other Database Mapping Tools
*Libraries that implement Object-Relational Mapping or data mapping techniques.* *Libraries that implement Object-Relational Mapping or data mapping techniques.*
@ -781,6 +781,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [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/).
* [redisco](https://github.com/kiddouk/redisco) - A Python Library for Simple Models and Containers Persisted in Redis. * [redisco](https://github.com/kiddouk/redisco) - A Python Library for Simple Models and Containers Persisted in Redis.
* [Beanie](https://github.com/roman-right/beanie) -An Asynchronous Python object-document mapper (ODM) for MongoDB. Data models are based on [Pydantic](https://pydantic-docs.helpmanual.io/).
## Package Management ## Package Management