From 475511fceda6f8185b720800dc45a81999012d84 Mon Sep 17 00:00:00 2001 From: Ali Reza Yahyapour Date: Thu, 24 Sep 2020 11:18:34 +0330 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d0c3d27..baabcb1 100644 --- a/README.md +++ b/README.md @@ -900,7 +900,6 @@ 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.