From ad9520f8a13d9eb56e39e041bfbf38c71c11aee9 Mon Sep 17 00:00:00 2001 From: Ali Reza Yahyapour Date: Thu, 24 Sep 2020 00:37:12 +0330 Subject: [PATCH] nplusone added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index baabcb12..d0c3d278 100644 --- a/README.md +++ b/README.md @@ -900,6 +900,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [SQLAlchemy](https://www.sqlalchemy.org/) - The Python SQL Toolkit and Object Relational Mapper. * [awesome-sqlalchemy](https://github.com/dahlia/awesome-sqlalchemy) * [dataset](https://github.com/pudo/dataset) - Store Python dicts in a database - works with SQLite, MySQL, and PostgreSQL. + * [nplusone](https://github.com/jmcarp/nplusone) - Auto-detecting the n+1 queries problem in Python. * [orator](https://github.com/sdispater/orator) - The Orator ORM provides a simple yet beautiful ActiveRecord implementation. * [orm](https://github.com/encode/orm) - An async ORM. * [peewee](https://github.com/coleifer/peewee) - A small, expressive ORM.