All posts
Tag

repository-pattern

1 post

Tutorial

Clean Code Python: The Repository Pattern with SQLAlchemy

Wrap your database access behind a clean interface. The Repository pattern decouples business logic from SQLAlchemy, makes testing trivial, and gives you a single place to optimize queries.

8 min read