Skip to main content

Flask debug toolbar SQLAlchemy panel

Similar to the builtin SQLAlchemy toolbar but does not require the Flask-SQLAlchemy extension.

Displayed in toolbar:

Toolbar view

Panel details:

Panel view

Install

From the cheese shop:

pip install flask-debugtoolbar-sqlalchemy

Setup

Bootstrap the toolbar as usual and add SQLAlchemyPanel to the list of panels.

from flask import Flask
from flask_debugtoolbar import DebugToolbarExtension

app = Flask(__name__)
app.debug = True

toolbar = DebugToolbarExtension(app)

app.config['DEBUG_TB_PANELS'] += (
    'flask_debugtoolbar_sqlalchemy.SQLAlchemyPanel',
)

Download files

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

Source Distribution

flask-debugtoolbar-sqlalchemy-0.2.0.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

flask_debugtoolbar_sqlalchemy-0.2.0-py3-none-any.whl (16.7 kB view details)

Uploaded Python 3

File details

Details for the file flask-debugtoolbar-sqlalchemy-0.2.0.tar.gz.

File metadata

  • Download URL: flask-debugtoolbar-sqlalchemy-0.2.0.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.0 CPython/3.7.2

File hashes

Hashes for flask-debugtoolbar-sqlalchemy-0.2.0.tar.gz
Algorithm Hash digest
SHA256 82be8b0c20784a71f9f89bcb38b0f4f9220c70964e4cb86f04e0403e7c6b19b5
MD5 f0706c64b652313af21936428d26dfcd
BLAKE2b-256 6163f34dd880719a2fd2b4aee31aba3c124f67073fd0c529b5a2f9a6b0ef804a

See more details on using hashes here.

File details

Details for the file flask_debugtoolbar_sqlalchemy-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: flask_debugtoolbar_sqlalchemy-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 16.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.0 CPython/3.7.2

File hashes

Hashes for flask_debugtoolbar_sqlalchemy-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 86ff6c21b7c9a3fe555b16fcd665947c9a03defcf0dfa941d94f82343d9d261a
MD5 7e7e7925aadf3520d1d6aa17b39c9473
BLAKE2b-256 495a377ad84545b88f962ce51701386ba850a7723df00b5828e96dab0c1d097b

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.2.0 This release

2 files

0.1.1

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page