SQLAlchemy¶
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.
homepage: https://www.sqlalchemy.org/
Available installations¶
| SQLAlchemy version | Supported CPU targets | Supported GPU targets | EESSI version | Module |
|---|---|---|---|---|
| 2.0.25 | generic: aarch64, x86_64Arm: a64fx, neoverse_n1, neoverse_v1, nvidia/graceAMD: zen2, zen3, zen4Intel: haswell, skylake_avx512, sapphirerapids, icelake, cascadelake |
(none) | 2023.06 | SQLAlchemy/2.0.25-GCCcore-12.3.0 |
| 2.0.29 | generic: aarch64, x86_64Arm: a64fx, neoverse_n1, neoverse_v1, nvidia/graceAMD: zen2, zen3, zen4Intel: haswell, skylake_avx512, sapphirerapids, icelake, cascadelake |
(none) | 2023.06 | SQLAlchemy/2.0.29-GCCcore-13.2.0 |
| 2.0.36 | generic: aarch64, x86_64Arm: a64fx, neoverse_n1, neoverse_v1, nvidia/graceAMD: zen2, zen3, zen4Intel: haswell, skylake_avx512, sapphirerapids, icelake, cascadelake |
(none) | 2025.06 | SQLAlchemy/2.0.36-GCCcore-13.3.0 |
Extensions¶
Overview of extensions included in SQLAlchemy installations
alembic¶
alembic version |
SQLAlchemy modules that include it |
|---|---|
| 1.13.1 | SQLAlchemy/2.0.25-GCCcore-12.3.0SQLAlchemy/2.0.29-GCCcore-13.2.0 |
| 1.14.0 | SQLAlchemy/2.0.36-GCCcore-13.3.0 |
async-timeout¶
async-timeout version |
SQLAlchemy modules that include it |
|---|---|
| 4.0.3 | SQLAlchemy/2.0.25-GCCcore-12.3.0SQLAlchemy/2.0.29-GCCcore-13.2.0 |
| 5.0.1 | SQLAlchemy/2.0.36-GCCcore-13.3.0 |
asyncpg¶
asyncpg version |
SQLAlchemy modules that include it |
|---|---|
| 0.29.0 | SQLAlchemy/2.0.25-GCCcore-12.3.0SQLAlchemy/2.0.29-GCCcore-13.2.0 |
| 0.30.0 | SQLAlchemy/2.0.36-GCCcore-13.3.0 |
greenlet¶
greenlet version |
SQLAlchemy modules that include it |
|---|---|
| 3.0.3 | SQLAlchemy/2.0.25-GCCcore-12.3.0 |
SQLAlchemy¶
SQLAlchemy version |
SQLAlchemy modules that include it |
|---|---|
| 2.0.25 | SQLAlchemy/2.0.25-GCCcore-12.3.0 |
| 2.0.29 | SQLAlchemy/2.0.29-GCCcore-13.2.0 |
sqlalchemy¶
sqlalchemy version |
SQLAlchemy modules that include it |
|---|---|
| 2.0.36 | SQLAlchemy/2.0.36-GCCcore-13.3.0 |