🚩 an extra accuracy README.md

"ORM" may not encompass all database mapping tools, and the new phrasing provides clarity for users who might be unfamiliar with the term. But I believe the term "ORM" is so popular, especially around newcomers that dropping that from the title might be a bad idea. the Object Relational Mapper has an emphasis on the "Relational" side.
This commit is contained in:
Ashkan Ranjbar 2024-09-05 04:28:05 +03:30 committed by GitHub
parent 2252650cfd
commit 60477d556f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ## 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.*