Metadata-Version: 2.1
Name: django_querysets_single_query_fetch
Version: 0.0.9
Summary: Execute multiple Django querysets in a single SQL query
Author: Nishant Singh
Author-email: nishant.singh@mydukaan.io
License: Apache Software License
Requires-Python: >=3.9
Requires-Dist: django>3

Utility which executes multiple Django querysets over a single network/query call and returns results which would have been returned in normal evaluation of querysets
