SQLAlchemy Core¶
ここでは、SQLAlchemyのSQLレンダリングエンジン、DBAPI統合、トランザクション統合、およびスキーマ記述サービスの幅広さについて説明します。ORMのドメイン中心の使用モードとは対照的に、SQL式言語はスキーマ中心の使用パラダイムを提供します。
- SQL Statements and Expressions API
- Column Elements and Expressions
- Operator Reference
- Selectable Foundational Constructors
- Selectable Modifier Constructors
- Selectable Class Documentation
- Label Style Constants
- DML Foundational Constructors
- DML Class Documentation Constructors
- SQL and Generic Functions
- Custom SQL Constructs and Compilation Extension
- Expression Serializer Extension
- SQL Expression Language Foundational Constructs
- Visitor and Traversal Utilities
- Schema Definition Language
- SQL Datatype Objects
- Engine and Connection Use
- Core API Basics