Database Logic Debate
Joe and Joe discuss the debate on whether business logic should reside in stored procedures within the database or in a separate layer. They challenge the traditional notion that the database is the core of an application, proposing that it should be considered an outer layer, akin to the GUI. This shift in perspective prompts a reevaluation of where business rules should be implemented for optimal scalability and maintainability.In this clip
From this podcast

Coding Blocks
Clean Architecture - The Art of Drawing Lines
Related Questions
What needs to be done with business logic in the data layer that doesn't make sense to have in the domain layer according to Uncle Bob's clean architecture?
Can you give examples of business logic issues that can arise from placing logic in the data layer?
Should the data layer contain logic according to Uncle Bob's Clean Architecture in the episode Clean Architecture - The Art of Drawing Lines and the clip Business Logic in Databases?