AI AGENT ADDONS
Backend & APIs
883installs

SQLAlchemy is a tool that helps Python developers work with databases. It lets you write database queries using Python code instead of raw SQL. This makes your code safer and easier to understand.

Developers building web apps with FastAPI or Flask often use SQLAlchemy. It has a powerful query builder and supports relationship mapping between tables. You can link one user to many posts or many tags to many posts.

SQLAlchemy also includes Alembic for database migrations. This helps you change your database structure over time without losing data. It is a reliable choice for Python backend projects.

Add Sqlalchemy Orm skill to your workflow

Global

mkdir -p ~/.claude/skills/sqlalchemy-orm

Project

mkdir -p .claude/skills/sqlalchemy-orm

Source Repository

Stars
58
Forks
19
Watchers
58
License
MIT
Last Push
1 month ago
Created
8 months ago