{"categories":[{"label":"Database","url":"https://skillfed.io/packages/category/database/3"},{"label":"Front-Ends","url":"https://skillfed.io/packages/category/database-front-ends"}],"enrichment":{"capability":"Provides a SQLAlchemy dialect for connecting to and querying Trino databases, enabling ORM and SQL expression support for Trino as a backend.","skillfed_tags":["deprecated","archived"],"use_cases":["Build a Python application that queries Trino using SQLAlchemy ORM models instead of raw SQL.","Migrate data from Trino to pandas DataFrames using SQLAlchemy's read_sql interface.","Write Trino data to tables from pandas DataFrames using SQLAlchemy's to_sql method.","Authenticate to Trino with JWT tokens or user impersonation via SQLAlchemy connection strings.","Use SQLAlchemy's query builder to construct dynamic Trino queries without writing raw SQL."],"what_it_does":"sqlalchemy-trino is a SQLAlchemy dialect that allows you to connect to and query Trino databases using SQLAlchemy's ORM and SQL expression language. It translates SQLAlchemy operations into Trino-compatible SQL and handles connection management, authentication (including JWT and user impersonation), and result retrieval. The package depends only on the trino runtime library.\n\nThe package is now deprecated and archived. Its code was donated and merged into the upstream trino project, so active development has ceased. If you are starting a new project, the upstream project is the recommended source for Trino dialect support rather than this standalone package.","worth_installing":"No. The package is abandoned (last release May 2022, archived repository) and its functionality has been merged into the upstream trino project. New projects should use the trino package's built-in SQLAlchemy support instead. Only consider installing if you are maintaining legacy code that already depends on it and cannot migrate to the upstream solution."},"id":"sqlalchemy-trino","links":{"html":"https://skillfed.io/packages/sqlalchemy-trino","md":"https://skillfed.io/packages/sqlalchemy-trino.md","pypi":"https://pypi.org/project/sqlalchemy-trino/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2022-05-05","license_spdx":null,"license_treatment":"permissive","name":"sqlalchemy-trino","python_support":"supports_current","summary":"Trino dialect for SQLAlchemy"},"popularity":{"monthly_downloads":606921,"position":5787,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.5.0"}
