queryset
There are 23 repositories under queryset topic.
jirfag/go-queryset
100% type-safe ORM for Go (Golang) with code generation and MySQL, PostgreSQL, Sqlite3, SQL Server support. GORM under the hood.
manjitkumar/drf-url-filters
A django app to apply filters on drf querysets using query params with validations using voluptuous.
clokep/django-querysetsequence
Chain multiple (disparate) QuerySets in Django
bruth/django-preserialize
Convert your model instances and querysets into dicts and list with style.
rremizov/django-random-queryset
Pull random records using Django ORM.
agilgur5/django-serializable-model
Django classes to make your models, managers, and querysets serializable, with built-in support for related objects in ~150 LoC
sigma-geosistemas/django-shape-engine
Django shape-engine is a simple implementation that will allow you to export django querysets to shapefiles.
iliadmitriev/taskcamp
simple project management tool for educational purposes
mesemus/django-rest-delegated-permissions
Delegate django rest framework object permissions to an object pointed by foreign key/m2m
MindyPHP/Orm
[READ-ONLY] Subtree split of the django like ORM component
bob1de/django-flexquery
Reusable QuerySet filtering logic for Django, allowing to decide between sub-queries and JOINs dynamically
rednafi/django-template-delocalized
POC for Decoupled Template Rendering in a Django Application
josuebrunel/MySDQ
MySDQ is a Simple Dict Querer library with an api close to Django QuerySet api
AdityaPandey03/Django-Multi-Query-Consolidator
A utility that executes multiple Django querysets in a single network/query call and returns the results as if the querysets were evaluated individually.
imbue/django-query-chunk
Django Query Chunk is used to split big queries into multiple chunks for prevent (too high) memory usage.
intouch-smartwater/queryset-csv
CSV QuerySet serialization for the Django framework
magenta-aps/django-queryset-signals
A library that will send signals on queryset data manipulation methods.
mingdongt/Django-chunked-queryset-iterator
The function slices a queryset into smaller querysets containing chunk_size objects and then yield them. It is used to avoid memory error when processing huge queryset, and also database error due to that the database pulls whole table at once. Concurrent database modification wouldn't make some entries repeated or skipped in this process.
davidlsharp1/EasyORM
Simple ORM for SQL Server | Currently version 1.0.2
Funnyang/easy_queryset
快速使用 Django QuerySet
FahadulShadhin/Django-ORM
Practice code while learning Django-ORM
oleggator/python-advanced
Python utilities