graphene-django-optimizer:优化石墨烯查询中的数据库访问

时间:2024-05-20 19:39:36
【文件属性】:

文件名称:graphene-django-optimizer:优化石墨烯查询中的数据库访问

文件大小:23KB

文件格式:ZIP

更新时间:2024-05-20 19:39:36

Python

石墨烯-Django优化剂 使用Django QuerySet的 , 和方法,自动优化由执行的查询。 安装 pip install graphene-django-optimizer 用法 具有基于的以下架构(注意使用gql_optimizer ) # cookbook/ingredients/schema.py import graphene from graphene_django . types import DjangoObjectType import graphene_django_optimizer as gql_optimizer from cookbook . ingredients . models import Category , Ingredient class CategoryType ( DjangoObjectType ): class Meta


【文件预览】:
graphene-django-optimizer-master
----.github()
--------issue_template.md(82B)
----dev-env-requirements.txt(138B)
----requirements.txt(0B)
----CONTRIBUTING.md(344B)
----.travis.yml(2KB)
----LICENSE(1KB)
----setup.cfg(393B)
----setup.py(2KB)
----README.md(6KB)
----graphene_django_optimizer()
--------hints.py(858B)
--------utils.py(125B)
--------__init__.py(188B)
--------types.py(708B)
--------query.py(16KB)
--------field.py(627B)
--------resolver.py(291B)
----tests()
--------settings.py(143B)
--------test_query.py(15KB)
--------test_field.py(1KB)
--------test_types.py(3KB)
--------test_relay.py(5KB)
--------__init__.py(0B)
--------models.py(1KB)
--------graphql_utils.py(2KB)
--------test_utils.py(812B)
--------schema.py(5KB)
--------test_resolver.py(5KB)
----.gitignore(108B)
----dev-requirements.txt(42B)
----.coveragerc(63B)

网友评论