From 60477d556f0ef9841dd94dad5b28f94dce796a37 Mon Sep 17 00:00:00 2001 From: Ashkan Ranjbar <34382355+couzhei@users.noreply.github.com> Date: Thu, 5 Sep 2024 04:28:05 +0330 Subject: [PATCH] :triangular_flag_on_post: 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a7f5f89..2d76151d 100644 --- a/README.md +++ b/README.md @@ -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 +## ORM and other database mapping tools *Libraries that implement Object-Relational Mapping or data mapping techniques.*