tortoise-orm
tortoise-orm copied to clipboard
Difference Between `.select_related()`, `.fetch_related()` and `.prefetch_related()`
I couldn't find the difference or the use cases for .select_related()
, .fetch_related()
and .prefetch_related()
in the documentation. It would be really helpful to have it documented.