skillfed

sqlalchemy-vertica-python

Vertica dialect for sqlalchemy using vertica_python

sqlalchemy-vertica-python v0.6.3 196.1K downloads/30d#9,797 on PyPI13
Permissive license MIT DORMANT released

What it is and what it does

This package bridges SQLAlchemy and Vertica by implementing a SQLAlchemy dialect that uses vertica-python, a pure-Python DB-API driver. It allows you to use SQLAlchemy's ORM and expression language to query and manipulate Vertica databases without needing ODBC or other system-level drivers. The package was forked from an earlier ODBC-based dialect and is maintained by BlueLabs.

You create a Vertica engine by specifying a connection URL with the vertica+vertica_python scheme, then use standard SQLAlchemy patterns to define tables, run queries, and manage transactions. The documentation notes a quirk: Vertica sequences must be explicitly declared for primary keys rather than relying on auto-increment, since direct ID insertion will fail.

Use it for:

  • Build Python applications that query Vertica using SQLAlchemy's ORM without installing ODBC drivers.
  • Migrate from other databases to Vertica while keeping SQLAlchemy code largely unchanged.
  • Run data pipelines that read from or write to Vertica using SQLAlchemy expressions and bulk operations.
  • Integrate Vertica into web frameworks that use SQLAlchemy for database abstraction.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides a SQLAlchemy dialect for Vertica using the pure-Python vertica-python driver, enabling ORM and SQL expression language access to Vertica databases.

Yes, if you are already committed to Vertica and SQLAlchemy and can tolerate dormant maintenance. The package is stable and has no known vulnerabilities, but expect no active support or updates. Verify that vertica-python itself meets your needs and that the dialect works with your target SQLAlchemy and Vertica versions before adopting it for new projects.

Install

sqlalchemy-vertica-python on PyPI

pip

pip install sqlalchemy-vertica-python

uv

uv add sqlalchemy-vertica-python

poetry

poetry add sqlalchemy-vertica-python

Installing sqlalchemy-vertica-python

Before you install

Low install friction with a single pure-Python runtime dependency. Maintenance is dormant—last commit was 2023-12-19 and no releases in over a year—so expect no active bug fixes or feature updates, though the repository remains unarchived.

License in practice

MIT license permits commercial and private use with minimal restrictions, making it safe for most projects that can tolerate dormant maintenance.

Quickstart

pip install sqlalchemy-vertica-python

import sqlalchemy as sa
engine = sa.create_engine('vertica+vertica_python://user:pwd@host:port/database')

Requires vertica-python to be installed and a running Vertica database instance accessible at the specified host and port.

Verify before relying

  • Whether vertica-python itself is actively maintained and compatible with modern Vertica server versions.
  • Whether the dialect works reliably with SQLAlchemy versions released after 2023-06-05.
  • Current compatibility with Python versions beyond 3.8 (classifiers list only up to 3.8).

Package facts

License MIT (permissive)
Python support not specified
Install friction low — pure-Python wheel
Runtime dependencies 1 — vertica-python
Maintenance dormant — 1,166 days since the last release
Last repo commit
First released
Downloads 196,149/month — #9,797 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: sqlalchemy_vertica_python-0.6.3-py3-none-any.whl

Keywords: sqlalchemy, vertica, python

Development Status :: 3 - AlphaLicense :: OSI Approved :: MIT LicenseProgramming Language :: Python :: 3.5Programming Language :: Python :: 3.6Programming Language :: Python :: 3.7Programming Language :: Python :: 3.8

Tags

sqlalchemy vertica dialectvertica database ormsqlalchemy vertica driververtica python connectorvertica sql toolkit
sqlalchemy-dialectvertica

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

Provides a SQLAlchemy dialect for Vertica,…

permissive · top 15,000 on PyPI

vertica-python

Native Python client library for connecting to…

permissive · top 5,000 on PyPI

teradatasqlalchemy

Provides a SQLAlchemy dialect that enables…

unclear · top 5,000 on PyPI

sqlalchemy-solr

Provides a SQLAlchemy dialect that allows you…

permissive · top 15,000 on PyPI

sqlalchemy_exasol

SQLAlchemy dialect that enables Python…

permissive · top 15,000 on PyPI

sqlalchemy-firebird

Provides a SQLAlchemy 2.0+ dialect for…

permissive · top 15,000 on PyPI

sqlalchemy-jdbcapi

SQLAlchemy dialect for JDBC and ODBC database…

permissive · top 15,000 on PyPI

databricks-sqlalchemy

Provides a SQLAlchemy 2.0 dialect that bridges…

permissive · top 1,000 on PyPI

sqlalchemy-hana

Provides a SQLAlchemy dialect that enables you…

permissive · top 15,000 on PyPI

dbt-vertica

dbt adapter that enables data transformation…

permissive · top 15,000 on PyPI