Release: 1.2.19 | Release Date: April 15, 2019

SQLAlchemy 1.2 Documentation

SQLAlchemy 1.2 Documentation

Home

SQLAlchemy 1.2 Documentation

  • Overview
  • SQLAlchemy ORM
  • SQLAlchemy Core¶
    • SQL Expression Language Tutorial
    • SQL Statements and Expressions API
    • Schema Definition Language
    • Column and Data Types
    • Engine and Connection Use
    • Core API Basics
  • Dialects
  • Frequently Asked Questions
  • Error Messages
  • Changes and Migration

Home

  • Previous: ORM Examples
  • Next: SQL Expression Language Tutorial
  • Up: Home
  • On this page:
    • SQLAlchemy Core

SQLAlchemy Core¶

The breadth of SQLAlchemy’s SQL rendering engine, DBAPI integration, transaction integration, and schema description services are documented here. In contrast to the ORM’s domain-centric mode of usage, the SQL Expression Language provides a schema-centric usage paradigm.

  • SQL Expression Language Tutorial
    • Version Check
    • Connecting
    • Define and Create Tables
    • Insert Expressions
    • Executing
    • Executing Multiple Statements
    • Selecting
    • Operators
    • Conjunctions
    • Using Textual SQL
    • Using Aliases
    • Using Joins
    • Everything Else
    • Inserts, Updates and Deletes
    • Further Reference
  • SQL Statements and Expressions API
    • Column Elements and Expressions
    • Selectables, Tables, FROM objects
    • Insert, Updates, Deletes
    • SQL and Generic Functions
    • Custom SQL Constructs and Compilation Extension
    • Expression Serializer Extension
  • Schema Definition Language
    • Describing Databases with MetaData
    • Reflecting Database Objects
    • Column Insert/Update Defaults
    • Defining Constraints and Indexes
    • Customizing DDL
  • Column and Data Types
    • Column and Data Types
    • Custom Types
    • Base Type API
  • Engine and Connection Use
    • Engine Configuration
    • Working with Engines and Connections
    • Connection Pooling
    • Core Events
  • Core API Basics
    • Events
    • Runtime Inspection API
    • Deprecated Event Interfaces
    • Core Exceptions
    • Core Internals
Previous: ORM Examples Next: SQL Expression Language Tutorial
© Copyright 2007-2019, the SQLAlchemy authors and contributors.

flambé! the dragon and The Alchemist image designs created and generously donated by Rotem Yaari.

Created using Sphinx 7.2.6. Documentation last generated: Tue 19 Dec 2023 09:41:33 PM