{"categories":[{"label":"Front-Ends","url":"https://skillfed.io/packages/category/database-front-ends"}],"enrichment":{"capability":"SQLAlchemy dialect adapter that enables Python applications to connect to and query IBM DB2 databases using SQLAlchemy's ORM and query interface.","skillfed_tags":["sqlalchemy-dialect","db2-driver","orm-adapter"],"use_cases":["Build a web application using SQLAlchemy ORM that persists data to an existing IBM DB2 database without writing raw SQL.","Migrate application logic from another database to DB2 by swapping the connection string and dialect.","Debug connection and SQL execution issues in a DB2-backed application using the built-in logging parameter.","Reflect DB2 schema metadata into Python objects to auto-generate ORM models from an existing database.","Write data integration scripts that read from DB2 and transform records using SQLAlchemy's query API."],"what_it_does":"IBM_DB_SA is a SQLAlchemy dialect that bridges Python applications to IBM DB2 databases. It translates SQLAlchemy's ORM queries and expression language into DB2-compatible SQL, handling connection management, schema reflection, and type mapping. The adapter supports both TCP/IP and local socket connections and includes built-in logging for debugging connection, reflection, and SQL execution issues.\n\nThe package integrates with ibm_db, the underlying DB2 driver, and works with SQLAlchemy versions 0.7.3 through 2.0.x. It supports DB2 on Linux, Unix, Windows, Cloud, ZOS, and iSeries platforms. Developers use it to write database code in Python without writing raw DB2 SQL, leveraging SQLAlchemy's portability and ORM features.","worth_installing":"Yes. The adapter is actively maintained, has no known vulnerabilities, installs with low friction, and is the standard way to use SQLAlchemy with DB2. Install it if you need SQLAlchemy ORM support for IBM DB2 databases. The main constraint is that ibm_db must be installed separately and DB2 has some known SQL limitations (documented in the package) that may affect complex queries."},"id":"ibm-db-sa","links":{"html":"https://skillfed.io/packages/ibm-db-sa","md":"https://skillfed.io/packages/ibm-db-sa.md","pypi":"https://pypi.org/project/ibm-db-sa/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-03-18","license_spdx":null,"license_treatment":"permissive","name":"ibm-db-sa","python_support":"unspecified","summary":"SQLAlchemy support for IBM Data Servers"},"popularity":{"monthly_downloads":473124,"position":6468,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.4.4"}
