dice89 / sqlalchemy-vertica-python

vertica dialect for sqlalchemy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sqlalchemy-vertica-python

Vertica dialect for sqlalchemy. Forked from the Vertica ODBC dialect.

This module implements a Vertica dialect for SQLAlchemy using vertica-python. Engine creation:

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

Installation

From PyPI:

pip install sqlalchemy-vertica-python

From git:

git clone https://github.com/LocusEnergy/vertica-sqlalchemy
cd vertica-sqlalchemy
python setup.py install

About

vertica dialect for sqlalchemy

License:MIT License


Languages

Language:Python 100.0%