Skip to main content

SQLAlchemy Print Query

Project description

SQLAlchemy Print Query

Build Status PyPI version PyPI downloads

Install

pip install sqlalchemyp

Usage

>>> from sqlalchemyp import print_sql
>>> print_sql(DBSession.query(Hero).filter_by(name='Spider-Man'), 'postgresql')
SELECT hero.id,
       hero.name
FROM hero
WHERE hero.name = 'Spider-Man';
>>>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sqlalchemyp-0.0.5.tar.gz (1.8 kB view details)

Uploaded Source

Built Distribution

sqlalchemyp-0.0.5-py3-none-any.whl (2.0 kB view details)

Uploaded Python 3

File details

Details for the file sqlalchemyp-0.0.5.tar.gz.

File metadata

  • Download URL: sqlalchemyp-0.0.5.tar.gz
  • Upload date:
  • Size: 1.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.7.2

File hashes

Hashes for sqlalchemyp-0.0.5.tar.gz
Algorithm Hash digest
SHA256 1c109eb88b074f4b0ab495012a15e2d675ddfdc7ed1f97e3afe1377fbce9bcc6
MD5 68f5c5421ae098fa013c1da85d4f380e
BLAKE2b-256 074957e831aa3587b89f754992ba6bfc66eedf11bf07c01b9fa1d2daf3c3aa16

See more details on using hashes here.

File details

Details for the file sqlalchemyp-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: sqlalchemyp-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 2.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.7.2

File hashes

Hashes for sqlalchemyp-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 03d3d2913c2e3ddd8b7d1bccbb079ad914bb8a63244cfd7a1c2d1da6bd3c0fc4
MD5 c8239c48d72435c5c59fdd29c4e5cdd6
BLAKE2b-256 5919acaa28e604ee87cc2be82ec584d7771a9ef94678b91c45d0f7d6b2fc8a7a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page