SQL ALCHEMY
The Database Toolkit for Python
  • home
  • features
  • news
  • documentation
  • wiki
  • FAQ
  • community
  • development
  • download

Quick Select: 0.6 | 0.5 | 0.4
PDF Download: download

SQLAlchemy 0.5.8 Documentation

Search:
Version: 0.5.8 Last Updated: 03/06/2010 22:07:48
API Reference | Index
(view source)
Table of Contents » API Reference » sqlalchemy.ext
Previous: Sybase Next: declarative

sqlalchemy.ext

sqlalchemy.ext¶

SQLAlchemy has a variety of extensions available which provide extra functionality to SA, either via explicit usage or by augmenting the core behavior.

  • declarative
    • Synopsis
    • Defining Attributes
    • Association of Metadata and Engine
    • Configuring Relations
    • Configuring Many-to-Many Relations
    • Defining Synonyms
    • Table Configuration
    • Mapper Configuration
    • Inheritance Configuration
      • Joined Table Inheritance
      • Single Table Inheritance
      • Concrete Table Inheritance
    • Class Usage
  • associationproxy
    • Simplifying Relations
    • Simplifying Association Object Relations
    • Building Complex Views
    • API
  • orderinglist
  • serializer
  • SqlSoup
    • Introduction
    • Loading objects
      • Full query documentation
    • Modifying objects
    • Joins
    • Relations
    • Advanced Use
      • Accessing the Session
      • Mapping arbitrary Selectables
      • Raw SQL
      • Dynamic table names
    • Extra tests
  • compiler
    • Synopsis
    • Dialect-specific compilation rules
    • Compiling sub-elements of a custom expression construct
    • Changing the default compilation of existing constructs
Previous: Sybase Next: declarative
© Copyright 2007, 2008, 2009, the SQLAlchemy authors and contributors. Created using Sphinx 0.6.4.

Python

Website content copyright © by Michael Bayer. SQLAlchemy and its documentation are licensed under the MIT license.

All rights reserved. mike(&)zzzcomputing.com