Skip to main content
Back to the directory
bobmatnyc/claude-mpm-skillsSoftware EngineeringFrontend and Design

sqlalchemy-orm

Python SQL toolkit and ORM with modern query builder, relationship mapping, and async support.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
866

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill sqlalchemy-orm
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, sqlalchemy-orm has 866 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: bobmatnyc/claude-mpm-skills. Canonical URL: https://skills.sh/bobmatnyc/claude-mpm-skills/sqlalchemy-orm.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Python SQL toolkit and ORM with modern query builder, relationship mapping, and async support. 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] - Supports SQLAlchemy 2.0 modern API with type hints, select() queries, and Mapped[T] declarative models; includes async support via AsyncSession and AsyncSessionLocal - Covers one-to-many and many-to-many relationships with eager loading patterns ( selectinload , joinedload ) to prevent N+1 query problems - Integrates with FastAPI via dependency injection, Alembic for schema migrations, and connection pooling with configurable pool size and recycling - Includes CRUD operations, transaction management, batch operations, and testing patterns with pytest and in-memory SQLite - 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...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

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

Python SQL toolkit and ORM with modern query builder, relationship mapping, and async support.

Is sqlalchemy-orm good?

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

Which AI agents support sqlalchemy-orm?

sqlalchemy-orm currently lists compatibility with Skills CLI.

Is sqlalchemy-orm safe to install?

sqlalchemy-orm has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to sqlalchemy-orm?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install sqlalchemy-orm?

Run the following command to 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