skillfed

sqlalchemy-vertica

Vertica dialect for sqlalchemy

sqlalchemy-vertica v0.0.5 221.7K downloads/30d#9,274 on PyPI3
Permissive license MIT Abandoned released

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 on this page — 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

sqlalchemy-vertica on PyPI

pip

pip install sqlalchemy-vertica

uv

uv add sqlalchemy-vertica

poetry

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 not specified
Install friction low — pure-Python wheel
Runtime dependencies 2 — six, sqlalchemy
Maintenance abandoned — 2,390 days since the last release
Last repo commit
First released
Downloads 221,672/month — #9,274 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: sqlalchemy_vertica-0.0.5-py3-none-any.whl

Tags

sqlalchemy vertica dialectvertica database driversqlalchemy vertica connectorvertica python ormsqlalchemy database backend
abandonedlegacy-dialect

More Front-Ends packages

SQLAlchemy

SQLAlchemy is a Python SQL toolkit and Object…

permissive · top 100 on PyPI

psycopg2-binary

psycopg2-binary is a PostgreSQL database…

copyleft · top 1,000 on PyPI

alembic

Alembic generates and manages database schema…

permissive · top 1,000 on PyPI

weaviate-client

A Python client library for connecting to and…

permissive · top 1,000 on PyPI

databricks-sql-connector

A Python client library that connects to…

permissive · top 1,000 on PyPI

psycopg

Psycopg 3 is a PostgreSQL database adapter for…

copyleft · top 1,000 on PyPI

sqlalchemy-vertica-python

Provides a SQLAlchemy dialect for Vertica using…

permissive · top 15,000 on PyPI

vertica-python

Native Python client library for connecting to…

permissive · top 5,000 on PyPI

sqlalchemy_exasol

SQLAlchemy dialect that enables Python…

permissive · top 15,000 on PyPI

teradatasqlalchemy

Provides a SQLAlchemy dialect that enables…

unclear · top 5,000 on PyPI

kylinpy

Python client library and SQLAlchemy dialect…

permissive · top 5,000 on PyPI

sqlalchemy-hana

Provides a SQLAlchemy dialect that enables you…

permissive · top 15,000 on PyPI

fastapi-users-db-sqlalchemy

Provides a SQLAlchemy ORM adapter for FastAPI…

permissive · top 5,000 on PyPI

dbt-vertica

dbt adapter that enables data transformation…

permissive · top 15,000 on PyPI

sqlalchemy-solr

Provides a SQLAlchemy dialect that allows you…

permissive · top 15,000 on PyPI

sqlalchemy-databricks

Provides a SQLAlchemy dialect that connects to…

permissive · top 15,000 on PyPI