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
The docs regarding alembic integration are too laconic to be considered useful for beginners. They look more like reminders for folks that have at least 5 years of alembic experience under their belt.
I wish the examples provided there would have all imports in place. E.g. where I should take metadata from? How does that my_models file looks like if I have the metadata exposed there?
If I have several apps with models in them - what then? What should I prepare to feed the alembic config?
There are some tutorials in the wild but they use old ormar (pre 0.20). They can be ported with a little work but I think such examples should be a part of the official docs.
The text was updated successfully, but these errors were encountered:
The docs regarding alembic integration are too laconic to be considered useful for beginners. They look more like reminders for folks that have at least 5 years of alembic experience under their belt.
I wish the examples provided there would have all imports in place. E.g. where I should take
metadata
from? How does thatmy_models
file looks like if I have the metadata exposed there?If I have several apps with models in them - what then? What should I prepare to feed the alembic config?
There are some tutorials in the wild but they use old ormar (pre 0.20). They can be ported with a little work but I think such examples should be a part of the official docs.
The text was updated successfully, but these errors were encountered: