--- id: sqlalchemy-vertica version: "0.0.5" license: MIT license_treatment: permissive maintenance: abandoned --- # sqlalchemy-vertica — Vertica dialect for sqlalchemy License: permissive · Maintenance: abandoned · Downloads: 221.7K/mo ## What it is and what it does sqlalchemy-vertica is a SQLAlchemy dialect that translates SQLAlchemy's ORM and SQL expression language into Vertica-compatible SQL. It allows Python developers to interact with Vertica databases using SQLAlchemy's standard APIs rather than raw SQL or Vertica-specific drivers. The package depends on six and sqlalchemy as runtime dependencies and supports multiple connection backends (pyodbc, turbodbc, or vertica-python), which must be installed separately. The package is a community fork of an earlier sqlalchemy-vertica that was removed from PyPI. According to its own documentation, it is not state-of-the-art and does not follow current SQLAlchemy dialect standards. Development has stalled since early 2020, with no releases or commits for over two years, making it a legacy tool that may not work reliably with modern SQLAlchemy or Vertica versions. Use it for: - Migrate a legacy Python application from another database to Vertica while keeping SQLAlchemy ORM code largely unchanged. - Query Vertica views and tables from a Python application using SQLAlchemy's declarative ORM syntax. - Build a data pipeline that reads from Vertica using SQLAlchemy's SQL expression language in an older codebase. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides a SQLAlchemy dialect for Vertica, enabling SQLAlchemy applications to connect to and query Vertica databases using standard SQLAlchemy ORM and SQL expression APIs. No, unless you are maintaining a legacy application already bound to this package. The dialect is abandoned (no commits since 2021), likely incompatible with modern SQLAlchemy versions, and the maintainer explicitly states it does not follow current SQLAlchemy standards. For new projects, seek an actively maintained Vertica dialect or use Vertica's native Python driver directly. ## Install pip install sqlalchemy-vertica uv add sqlalchemy-vertica poetry add sqlalchemy-vertica ## Installing sqlalchemy-vertica Before you install: Low install friction with only two runtime dependencies (six and sqlalchemy). However, the package is abandoned—last commit was 2021-03-25 and no releases since 2020-01-28. Maintenance has stalled for over two years, raising concerns about compatibility with recent SQLAlchemy versions and Vertica API changes. License in practice: MIT license is permissive and poses no restrictions on use, modification, or distribution in commercial or private projects. Quickstart: pip install sqlalchemy-vertica import sqlalchemy as sa engine = sa.create_engine('vertica+vertica_python://user:pwd@host:port/database') Requires one of pyodbc, turbodbc, or vertica-python to be installed separately as the connection driver; the package itself does not bundle these. Verify before relying: - Whether this dialect works with current SQLAlchemy versions (3.0+) or only legacy versions. - Whether Vertica API changes since 2021 have broken compatibility with this dialect. - Current test coverage and whether the codebase passes Vertica's own test suite. ## Package facts - License: MIT (permissive) - Python support: unspecified - Install friction: low - Maintenance: abandoned - Downloads: 221.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags sqlalchemy vertica dialect, vertica database driver, sqlalchemy vertica connector, vertica python orm, sqlalchemy database backend, abandoned, legacy-dialect [View on SkillFed](https://skillfed.io/packages/sqlalchemy-vertica) · [View on PyPI](https://pypi.org/project/sqlalchemy-vertica/)