:orphan:

Flask-SQLAlchemy
================

.. module:: flask.ext.sqlalchemy

Flask-SQLAlchemy is an extension for `Flask`_ that adds support for
`SQLAlchemy`_ to your application.  It requires SQLAlchemy 0.6 or
higher.  It aims to simplify using SQLAlchemy with Flask by providing
useful defaults and extra helpers that make it easier to accomplish common
tasks.

.. _SQLAlchemy: http://www.sqlalchemy.org/
.. _Flask: http://flask.pocoo.org/
.. _example sourcecode:
   http://github.com/mitsuhiko/flask-sqlalchemy/tree/master/examples/

.. include:: contents.rst.inc
