Release: 2.0.31 | Release Date: June 18, 2024

SQLAlchemy 2.0 Documentation - 私家版日本語訳ドキュメント

SQLAlchemy 2.0 Documentation - 私家版日本語訳ドキュメント

Home

SQLAlchemy 2.0 Documentation - 私家版日本語訳ドキュメント

  • Overview
  • SQLAlchemy Unified Tutorial
  • SQLAlchemy ORM
  • SQLAlchemy Core¶
    • SQL Statements and Expressions API
    • Schema Definition Language
    • SQL Datatype Objects
    • Engine and Connection Use
    • Core API Basics
  • Dialects
  • Frequently Asked Questions
  • Error Messages
  • Changes and Migration

Home

  • Previous: ORM Examples
  • Next: SQL Statements and Expressions API
  • Up: Home
  • On this page:
    • SQLAlchemy Core

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
    • Describing Databases with MetaData
    • Reflecting Database Objects
    • Column INSERT/UPDATE Defaults
    • Defining Constraints and Indexes
    • Customizing DDL
  • SQL Datatype Objects
    • The Type Hierarchy
    • 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
    • Core Exceptions
    • Core Internals
Previous: ORM Examples Next: SQL Statements and Expressions API
© 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: Sat Aug 17 14:19:19 2024 JST