You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the purpose of specifying multiple module names in Tortoise ORM? Every time I use this library I have to specify not only the list of file paths to discover models from but also I am required to group them by using dictionary and assigning name to it
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What is the purpose of specifying multiple module names in Tortoise ORM? Every time I use this library I have to specify not only the list of file paths to discover models from but also I am required to group them by using dictionary and assigning name to it
What are the cases where we would actually need to have this functionality in our project?
Personally, I cannot think of any
Beta Was this translation helpful? Give feedback.
All reactions