SQLAlchemy¶
SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that givesapplication developers the full power and flexibility of SQL. SQLAlchemyprovides a full suite of well known enterprise-level persistence patterns,designed for efficient and high-performing database access, adapted into asimple and Pythonic domain language.
https://www.sqlalchemy.org/
Available modules¶
The overview below shows which SQLAlchemy installations are available per target architecture in EESSI, ordered based on software version (new to old).
To start using SQLAlchemy, load one of these modules using a module load command like:
(This data was automatically generated on Fri, 06 Feb 2026 at 13:12:13 UTC)
| aarch64/generic | aarch64/a64fx | aarch64/neoverse_n1 | aarch64/neoverse_v1 | aarch64/nvidia/grace | x86_64/generic | x86_64/amd/zen2 | x86_64/amd/zen3 | x86_64/amd/zen4 | x86_64/intel/cascadelake | x86_64/intel/haswell | x86_64/intel/icelake | x86_64/intel/sapphirerapids | x86_64/intel/skylake_avx512 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| SQLAlchemy/2.0.29-GCCcore-13.2.0 | x | x | x | x | x | x | x | x | x | x | x | x | x | x |
| SQLAlchemy/2.0.25-GCCcore-12.3.0 | x | x | x | x | x | x | x | x | x | x | x | x | x | x |
SQLAlchemy/2.0.29-GCCcore-13.2.0¶
This is a list of extensions included in the module:
alembic-1.13.1, async-timeout-4.0.3, asyncpg-0.29.0, SQLAlchemy-2.0.29
SQLAlchemy/2.0.25-GCCcore-12.3.0¶
This is a list of extensions included in the module:
alembic-1.13.1, async-timeout-4.0.3, asyncpg-0.29.0, greenlet-3.0.3, SQLAlchemy-2.0.25