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')From git:
git clone https://github.com/Eighty20/sqlalchemy-vertica-python cd sqlalchemy-vertica-python python setup.py install