Created
November 29, 2019 00:03
-
-
Save daninfpj/d63c183fe07deb261ebb8f0e6e5c7494 to your computer and use it in GitHub Desktop.
SQLAlchemy print query
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from sqlalchemy.dialects import postgresql | |
print(statement.compile(dialect=postgresql.dialect())) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment