Skip to main content

Display Tables

Project description

Flask Dt

This is a script to help you display any of the tables in your db using SQLAlchemy in your Flask Routes

Installation

Run the following to install:

pip install flask-dt

Usage

from flask_dt import FlaskDt

# after declaring your Flask app and SQLAlchemy db instances plus any other additional instances  
# assuming your SQLAlchemy db instance is named db

dt = FlaskDt(db)


# This will be called when specifying your routes
@app.route('/tables/<string:tablename>')
@dt.display_table
def your_func():
    pass

You will find a simple flask application that utilises flask-dt here

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

flask-dt-0.0.1.2.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

flask_dt-0.0.1.2-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

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