--- id: sqlalchemy version: "2.0.52" license: MIT license_treatment: permissive maintenance: active --- # SQLAlchemy — Database Abstraction Library License: permissive · Maintenance: active · Popularity: top 100 on PyPI ## Install pip install sqlalchemy uv add sqlalchemy poetry add sqlalchemy ## Description SQLAlchemy ========== |PyPI| |Python| |Downloads| .. |PyPI| image:: https://img.shields.io/pypi/v/sqlalchemy :target: https://pypi.org/project/sqlalchemy :alt: PyPI .. |Python| image:: https://img.shields.io/pypi/pyversions/sqlalchemy :target: https://pypi.org/project/sqlalchemy :alt: PyPI - Python Version .. |Downloads| image:: https://static.pepy.tech/badge/sqlalchemy/month :target: https://pepy.tech/project/sqlalchemy :alt: PyPI - Downloads The Python SQL Toolkit and Object Relational Mapper Introduction ------------- SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. SQLAlchemy provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. Major SQLAlchemy features include: * An industrial strength ORM, built from the core on the identity map, unit of work, and data mapper patterns. These patterns allow transparent persistence of objects using a declarative configuration system. Domain models can be constructed and... ## AI interpretation — verify before relying SQLAlchemy is a Python SQL toolkit and Object Relational Mapper that provides both a high-level ORM for transparent object persistence and a Core SQL construction layer for direct database abstraction and query building. Verdict: SQLAlchemy 2.0.52 is a mature, actively maintained, top-100 PyPI package with zero known vulnerabilities, permissive licensing, and low install friction. It is production-stable and suitable for projects requiring robust database abstraction, ORM capabilities, or direct SQL expression building. [View on SkillFed](https://skillfed.io/packages/sqlalchemy) · [View on PyPI](https://pypi.org/project/sqlalchemy/)