Skip to content

Instantly share code, notes, and snippets.

@daninfpj
Created November 29, 2019 00:03
Show Gist options
  • Save daninfpj/d63c183fe07deb261ebb8f0e6e5c7494 to your computer and use it in GitHub Desktop.
Save daninfpj/d63c183fe07deb261ebb8f0e6e5c7494 to your computer and use it in GitHub Desktop.
SQLAlchemy print query
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