Skip to main content

Creates connections for use with DB2

Project description

Flask-DB2

Flask-DB2 is an extension to Flask that uses the ibm_db_dbi driver for database connections.

from flask import Flask
from flask_db2 import DB2

app = Flask(__name__)
db = DB2(app)


@app.route('/')
def index()
    cur = db.connection.cursor()
    cur.execute(...)

get Flask-DB2

Install flask

sudo easy_install Flask-DB2

Download the latest release from Python Package Index or clone the repository

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-DB2-0.0.10.tar.gz (6.0 kB view hashes)

Uploaded Source

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