Would there be any downsides to using an async engine for sqlachlemy core / orm and a sync engine for alembic? #1319
Answered
by
CaselIT
aaronsgithub
asked this question in
Usage Questions
-
Other than having to install a sync and async version of the database connectors I can't think of any. |
Beta Was this translation helpful? Give feedback.
Answered by
CaselIT
Oct 5, 2023
Replies: 1 comment
-
Hi, Probably not, but unless you have a particular reason to do so, you are probably better off using the async engine also with alembic |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
aaronsgithub
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Probably not, but unless you have a particular reason to do so, you are probably better off using the async engine also with alembic