Simple ORM for SQL Server | Currently version 1.0.2
-
Updated
Jan 16, 2024 - C#
Simple ORM for SQL Server | Currently version 1.0.2
Python utilities
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.
CSV QuerySet serialization for the Django framework
A utility that executes multiple Django querysets in a single network/query call and returns the results as if the querysets were evaluated individually.
POC for Decoupled Template Rendering in a Django Application
Delegate django rest framework object permissions to an object pointed by foreign key/m2m
[READ-ONLY] Subtree split of the django like ORM component
simple project management tool for educational purposes
Django classes to make your models, managers, and querysets serializable, with built-in support for related objects in ~150 LoC
Add a description, image, and links to the queryset topic page so that developers can more easily learn about it.
To associate your repository with the queryset topic, visit your repo's landing page and select "manage topics."