SQLAlchemy
The Database Toolkit for Python
  • home
  • features
    • Feature Overview
    • Organizations
    • Testimonials
  • blog
  • library
    • Reference
      • Reference Documentation
    • Architecture
    • Blog Posts
    • Talks
    • Tutorials
    • Recipes
  • community
    • Get Support
    • Participate
    • Develop
    • Bitbucket
  • download
Release: 1.1.0b1 | Release Date: not released

SQLAlchemy 1.1 Documentation

SQLAlchemy 1.1 Documentation

Contents | Index | PDF

SQLAlchemy Core

  • SQL Expression Language Tutorial
  • SQL Statements and Expressions API
  • Schema Definition Language
  • Column and Data Types¶
    • Column and Data Types
    • Custom Types
    • Base Type API
  • Engine and Connection Use
  • Core API Basics

Project Versions

  • 1.1.0b1

Column and Data Types¶

  • Column and Data Types
    • Generic Types
    • SQL Standard and Multiple Vendor Types
    • Vendor-Specific Types
  • Custom Types
    • Overriding Type Compilation
    • Augmenting Existing Types
    • TypeDecorator Recipes
    • Replacing the Bind/Result Processing of Existing Types
    • Applying SQL-level Bind/Result Processing
    • Redefining and Creating New Operators
    • Creating New Types
  • Base Type API
Previous: Customizing DDL Next: Column and Data Types
© Copyright 2007-2016, the SQLAlchemy authors and contributors. Created using Sphinx 1.3.5.
Python

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

SQLAlchemy is a trademark of Michael Bayer. mike(&)zzzcomputing.com All rights reserved.

Website generation by Blogofile and Mako Templates for Python.