Dependence from psycopg2 #248
Answered
by
collerek
theLastOfCats
asked this question in
Q&A
-
Is there any reason to have a dependence from psycopg2? |
Beta Was this translation helpful? Give feedback.
Answered by
collerek
Jun 21, 2021
Replies: 1 comment
-
The sqlalchemy synchronous operations require synchronous drivers. Like |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
theLastOfCats
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The sqlalchemy synchronous operations require synchronous drivers. Like
metadata.create_all
etc. If you already have a database and won't use migrations than it should be not required.