Skip to content

Latest commit

 

History

History
3 lines (1 loc) · 501 Bytes

File metadata and controls

3 lines (1 loc) · 501 Bytes

This is a private repository where I’m learning DDD using the book Architecture Patterns with Python While the book implements examples using Flask API and SQLAlchemy’s ORM features, in my repository, I’m using FastAPI and sqlc, considering current trends. Since sqlc intentionally lacks ORM features, particularly mapping, I’m having difficulty implementing the repository pattern as described in the book.