Replies: 1 comment
-
What is your use case of using both |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I'm using SQLAlchemy & Alembic in order to manage my MySQL DB.
In order to use python classes, I use the
declarative_base
of SQLAlchemy:There is a way to use this model in gino instead of migrating it to inherit from db.model?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions