nplusone added

This commit is contained in:
Ali Reza Yahyapour 2020-09-24 00:37:12 +03:30 committed by GitHub
parent 609a95ff98
commit ad9520f8a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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