There are several places outside of DataStore where we query for sagas directly with diesel. This is mostly (or all?) for omdb.
We may want to either find a better way to encapsulate the model type at the diesel layer (e.g., is there some trait we could impl like Selectable) or write methods for the queries directly in Datastore like the rest.
Related: #10602 (comment)
There are several places outside of DataStore where we query for sagas directly with diesel. This is mostly (or all?) for omdb.
We may want to either find a better way to encapsulate the model type at the diesel layer (e.g., is there some trait we could impl like Selectable) or write methods for the queries directly in Datastore like the rest.
Related: #10602 (comment)