1 Repo
Functions dedicated to isolating complex database retrieval logic from business services.
Distinct from Query Generation Patterns: Unlike query generation, this focuses on a structural pattern for organizing retrieval functions in the application layer.
Explore 1 awesome GitHub repository matching data & databases · Data Selectors. Refine with filters or upvote what's useful.
This project provides architectural standards and patterns for organizing Django applications. It defines a project architecture guide focused on decoupling business logic from views and models through a service-layer architecture. The guide establishes specific design patterns, including a service layer for standalone business logic functions and a data selector pattern for isolating complex database queries. It defines a standard for single-purpose views that delegate logic to services and utilize dedicated serializers for data input and output. The framework covers several broader capabil
Implements a data selector pattern to isolate complex database queries from the API and service layers.