Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚩 an extra accuracy README.md #2611

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
- [Natural Language Processing](#natural-language-processing)
- [Network Virtualization](#network-virtualization)
- [News Feed](#news-feed)
- [ORM](#orm)
- [ORM and other Database Mapping Tools](#orm-and-other-database-mapping-tools)
- [Package Management](#package-management)
- [Package Repositories](#package-repositories)
- [Penetration testing](#penetration-testing)
Expand Down Expand Up @@ -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.
* [Stream Framework](https://github.com/tschellenbach/Stream-Framework) - Building news feed and notification systems using Cassandra and Redis.

## ORM

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

765-#orm

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

## ORM and other Database Mapping Tools

*Libraries that implement Object-Relational Mapping or data mapping techniques.*

Expand All @@ -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.
* [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.
* [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

Expand Down