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
  • Engine and Connection Use¶
    • Engine Configuration
    • Working with Engines and Connections
    • Connection Pooling
    • Core Events
  • Core API Basics

Project Versions

  • 1.1.0b1

Engine and Connection Use¶

  • Engine Configuration
    • Supported Databases
    • Database Urls
    • Engine Creation API
    • Pooling
    • Custom DBAPI connect() arguments
    • Configuring Logging
  • Working with Engines and Connections
    • Basic Usage
    • Using Transactions
    • Understanding Autocommit
    • Connectionless Execution, Implicit Execution
    • Translation of Schema Names
    • Engine Disposal
    • Using the Threadlocal Execution Strategy
    • Working with Raw DBAPI Connections
    • Registering New Dialects
    • Connection / Engine API
  • Connection Pooling
    • Connection Pool Configuration
    • Switching Pool Implementations
    • Using a Custom Connection Function
    • Constructing a Pool
    • Pool Events
    • Dealing with Disconnects
    • Using Connection Pools with Multiprocessing
    • API Documentation - Available Pool Implementations
    • Pooling Plain DB-API Connections
  • Core Events
    • Connection Pool Events
    • SQL Execution and Connection Events
    • Schema Events
Previous: Base Type API Next: Engine Configuration
© 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.