sqlalchemy

Installation
SKILL.md

SQLAlchemy

Complete reference for Python SQL toolkit and ORM.

Overview

SQLAlchemy provides a full suite of well-known enterprise-level persistence patterns, designed for efficient and high-performing database access.

Key Features:

  • Core: SQL expression language for building queries
  • ORM: Object-relational mapping with declarative models
  • Async: Full async/await support (SQLAlchemy 2.0+)
  • Migrations: Alembic integration for schema changes
  • Multiple DBs: PostgreSQL, MySQL, SQLite, Oracle, SQL Server

Installation

pip install sqlalchemy
Installs
8
GitHub Stars
7
First Seen
Apr 20, 2026
sqlalchemy — codeatcode/oss-ai-skills