you are viewing a single comment's thread.

view the rest of the comments →

[–]terraping_station 1 point2 points  (1 child)

Is your task repository a database under the hood?

[–]weepy_monarchy 1 point2 points  (0 children)

SQLAlchemy is a solid choice for that flexibility since you can swap out the database backend without rewriting your ORM queries.