Release: 1.4.54
legacy version
| Release Date: September 5, 2024
SQLAlchemy 1.4 Documentation
SQLAlchemy 1.4 Documentation
- Overview
- SQLAlchemy 1.4 / 2.0 Tutorial
- SQLAlchemy ORM¶
- SQLAlchemy Core
- Dialects
- Frequently Asked Questions
- Error Messages
- Changes and Migration
Project Versions
- Previous: Further Reading
- Next: ORM Quick Start
- Up: Home
- On this page:
SQLAlchemy ORM¶
Here, the Object Relational Mapper is introduced and fully described. If you want to work with higher-level SQL which is constructed automatically for you, as well as automated persistence of Python objects, proceed first to the tutorial.
- ORM Quick Start
- Object Relational Tutorial (1.x API)
- Version Check
- Connecting
- Declare a Mapping
- Create a Schema
- Create an Instance of the Mapped Class
- Creating a Session
- Adding and Updating Objects
- Rolling Back
- Querying
- Building a Relationship
- Working with Related Objects
- Querying with Joins
- Eager Loading
- Deleting
- Building a Many To Many Relationship
- Further Reference
- ORM Mapped Class Configuration
- Relationship Configuration
- Querying Data, Loading Objects
- Using the Session
- Events and Internals
- ORM Extensions
- ORM Examples
Previous:
Further Reading
Next:
ORM Quick Start
© Copyright 2007-2024, 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: Wed 30 Oct 2024 02:18:58 PM EDT