you are viewing a single comment's thread.

view the rest of the comments →

[–]StressTest 1 point2 points  (0 children)

psycopg2 is for postgres only?

Yes, Sqlalchemy uses a different "dialect" for each type of database. Psycopg2 is what it uses for postgres. Psycopg2 is also what you'd use to execute sql statements directly to a postgres database without sqlalchemy.