{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/4"}],"enrichment":{"capability":"Integrates SQLAlchemy with Prefect workflows, enabling database operations as tasks and blocks within Prefect's orchestration framework.","skillfed_tags":["workflow-orchestration","database-integration","etl"],"use_cases":["Extract data from a database as a task within a Prefect flow, then pass it downstream for transformation or loading.","Schedule recurring database queries (e.g., daily reports) using Prefect's deployment and scheduling system.","Build multi-step ETL pipelines where database reads and writes are orchestrated alongside other data processing tasks.","Manage database connections as reusable Prefect blocks, avoiding credential duplication across workflows.","Monitor and log database operations through Prefect's observability and run history features."],"what_it_does":"prefect-sqlalchemy bridges SQLAlchemy and Prefect, allowing you to define database queries and connections as first-class objects in Prefect workflows. It provides blocks and tasks that wrap SQLAlchemy operations, making it straightforward to fetch data from databases, execute updates, or manage connections as part of a larger orchestrated pipeline.\n\nThe package is maintained by PrefectHQ as part of the official Prefect integration ecosystem. It depends on both sqlalchemy and prefect as runtime libraries, so you need both installed to use it. It supports Python 3.10 and later and is actively maintained, with recent commits and releases.","worth_installing":"Yes, if you are already using Prefect and need to orchestrate database operations. The package has low install friction, active maintenance, permissive licensing, and no known vulnerabilities. It is a straightforward integration that fits naturally into Prefect workflows. Install it only if you plan to use Prefect for workflow orchestration; it is not a standalone database tool."},"id":"prefect-sqlalchemy","links":{"html":"https://skillfed.io/packages/prefect-sqlalchemy","md":"https://skillfed.io/packages/prefect-sqlalchemy.md","pypi":"https://pypi.org/project/prefect-sqlalchemy/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-02-12","license_spdx":null,"license_treatment":"permissive","name":"prefect-sqlalchemy","python_support":"supports_current","summary":"Prefect integrations for working with databases"},"popularity":{"monthly_downloads":940537,"position":4680,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.6.1"}
