SQLAlchemy Development Guidelines
Objective: Define standards for using SQLAlchemy 2.x safely and efficiently in Python applications, covering engine setup, ORM models, async patterns, querying, transactions, and migrations.
Source File
View the full rule: .agent/rules/sqlalchemy.md
Sections
- Engine, Session & Async Setup
- ORM Models (SQLAlchemy 2.x Declarative Style)
- Querying (SQLAlchemy 2.x Style)
- Transactions & Bulk Operations
- Migrations, Testing & Performance
