Skip to main content
Back to registry

sqlalchemy-orm

bobmatnyc/claude-mpm-skills

SQLAlchemy 2.0 introduced modern patterns with better type hints, improved query syntax, and async support.

Installs404
Install command
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill sqlalchemy-orm
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
SQLAlchemy 2.0 introduced modern patterns with better type hints, improved query syntax, and async support. Key Changes from 1.x: One-to-Many: Many-to-Many: When using Sqlalchemy, these skills enhance your workflow: [Full documentation available in these skills if deployed in your bundle] - select() instead of Query - Mapped[T] and mapped_column() for type hints - Explicit Session.execute() for queries - Better async support with AsyncSession - Use SQLAlchemy 2.0 Syntax : Modern API with better type hints - Type Annotations : Use Mapped[T] and mapped_column() - Eager Loading : Solve N+1 queries with selectinload / joinedload - Session Management : Use dependency injection pattern - Migrations : Always use Alembic for schema changes - Indexes : Add indexes for frequently queried columns - Connection Pooling : Configure appropriate pool settings - Testing : Use in-memory SQLite for fast tests - Async : Use AsyncSession for async frameworks - Error Handling : Always handle NoResultFound and MultipleResultsFound - SQLAlchemy 2.0 Documentation - Alembic Documentation - FastAPI SQLAlchemy Guide - SQLAlchemy Type Annotations - django : Django ORM patterns and migration strategies for comparison - test-driven-development : TDD patterns for database models and queries - fastapi-local-dev : FastAPI + SQLAlchemy integration patterns - systematic-debugging : Advanced debugging for ORM...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does sqlalchemy-orm do?

SQLAlchemy 2.0 introduced modern patterns with better type hints, improved query syntax, and async support.

Is sqlalchemy-orm good?

sqlalchemy-orm does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does sqlalchemy-orm work with?

sqlalchemy-orm currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to sqlalchemy-orm?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install sqlalchemy-orm?

npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill sqlalchemy-orm

Related skills

More from bobmatnyc/claude-mpm-skills

Related skills

Alternatives in Software Engineering