Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Sqlalchemy Orm

Skill Warnung Aktiv

SQLAlchemy Python SQL toolkit and ORM with powerful query builder, relationship mapping, and database migrations via Alembic

Zweck

To serve as a detailed reference and guide for developers using SQLAlchemy in Python applications, covering its ORM capabilities, query building, relationship mapping, and database migration strategies.

Funktionen

  • SQLAlchemy 2.0 modern API with type hints
  • Declarative model definition and relationships
  • Database engine and session configuration
  • Advanced query patterns with joins and eager loading
  • CRUD operations with examples
  • Async SQLAlchemy setup and operations
  • Alembic migration setup and usage
  • FastAPI integration patterns
  • Testing strategies with Pytest
  • Performance optimization techniques

Anwendungsfälle

  • Learning and implementing SQLAlchemy ORM in new Python projects.
  • Refactoring existing applications to use modern SQLAlchemy 2.0 patterns.
  • Setting up database migrations with Alembic for schema management.
  • Integrating SQLAlchemy with web frameworks like FastAPI, Flask, or Django.
  • Writing complex SQL queries and managing relationships effectively.

Nicht-Ziele

  • Providing a full-fledged ORM itself, but rather documenting how to use SQLAlchemy.
  • Handling database administration tasks beyond schema migrations.
  • Replacing specific database drivers (e.g., psycopg2), but documenting how to use them with SQLAlchemy.

Maintenance

  • critical:Commit recencyThe last commit was on 2026-04-15, over 30 days ago, indicating potential unmaintenance given the current date of 2026-05-13.

Trust

  • warning:Issues AttentionIn the last 90 days, 4 issues were opened and 0 were closed, indicating slow or no maintainer response to open issues.

Installation

npx skills add bobmatnyc/claude-mpm-skills

Führt das Vercel skills CLI (skills.sh) via npx aus — benötigt Node.js lokal und mindestens einen installierten skills-kompatiblen Agent (Claude Code, Cursor, Codex, …). Setzt voraus, dass das Repo dem agentskills.io-Format folgt.

Qualitätspunktzahl

Warnung
75 /100
Analysiert 1 day ago

Vertrauenssignale

Letzter Commit29 days ago
Sterne44
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Migrate Validate

100

Validate pending migrations for foreign key consistency, rollback safety, and best practices

Skill
ruvnet

Django Expert

99

Use when building Django web applications or REST APIs with Django REST Framework. Invoke when working with settings.py, models.py, manage.py, or any Django project file. Creates Django models with proper indexes, optimizes ORM queries using select_related/prefetch_related, builds DRF serializers and viewsets, and configures JWT authentication. Trigger terms: Django, DRF, Django REST Framework, Django ORM, Django model, serializer, viewset, Python web.

Skill
jeffallan

Pydantic Validation

99

Python data validation using type hints and runtime type checking with Pydantic v2's Rust-powered core for high-performance validation in FastAPI, Django, and configuration management.

Skill
bobmatnyc

Senior Fullstack

99

Fullstack development toolkit with project scaffolding for Next.js, FastAPI, MERN, and Django stacks, code quality analysis with security and complexity scoring, and stack selection guidance. Use when the user asks to "scaffold a new project", "create a Next.js app", "set up FastAPI with React", "analyze code quality", "audit my codebase", "what stack should I use", "generate project boilerplate", or mentions fullstack development, project setup, or tech stack comparison.

Skill
alirezarezvani

Python Best Practices

99

Python/FastAPI coding standards including async patterns, Pydantic v2, SQLAlchemy 2.0, and project structure. Use when writing Python code, reviewing FastAPI projects, or learning FastAPI conventions.

Skill
spartan-stratos

Celery

98

Distributed task queue system for Python enabling asynchronous execution of background jobs, scheduled tasks, and workflows across multiple workers with Django, Flask, and FastAPI integration.

Skill
bobmatnyc