repository-pattern

Implementation of Repository Pattern in Python?

Implementation of Repository Pattern in Python? Question: Mainly out of curiosity, I’m looking for a Python framework or example for the Repository Pattern of decoupling persistence logic from domain logic. The name “Repository Pattern” appears in the post “Untangle Domain and Persistence Logic with Curator” (Ruby), idea comes from a section of the “Domain-Driven Design” …

Total answers: 5