SQLAlchemy 0.6 Documentation
Search:
Release: 0.6.9 | Release Date: May 5, 2012
- Prev: ORM Exceptions
- Next: SQL Expression Language Tutorial
- Table of Contents | Index | view source
SQLAlchemy 0.6 Documentation
»
SQLAlchemy Core
SQLAlchemy Core
Table of Contents
Previous Topic
Next Topic
SQL Expression Language Tutorial
Project Versions
Quick Search
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
- Connectionless / Implicit Execution
- Selecting
- Operators
- Conjunctions
- Using Text
- Using Aliases
- Using Joins
- Intro to Generative Selects
- Everything Else
- Inserts and Updates
- Deletes
- Further Reference
- SQL Statements and Expressions
- Engine Configuration
- Working with Engines and Connections
- Connection Pooling
- Schema Definition Language
- Column and Data Types
- Core Event Interfaces
- Custom SQL Constructs and Compilation Extension
- Expression Serializer Extension
- Core Exceptions
Previous:
ORM Exceptions
Next:
SQL Expression Language Tutorial
