Skip to main content

Vertica dialect for SQLalchemy

Project description

Vertica dialect for SQLalchemy.

Forked from the sqlalchemy-vertica repository <https://github.com/startappdev/sqlalchemy-vertica>. Unfortunately, sqlalchemy-vertica was removed from pypi.

import sqlalchemy as sa import urllib

# for pyodbc connection sa.create_engine(‘vertica+pyodbc:///?odbc_connect=%s’ % (urllib.quote(‘DSN=dsn’),))

# for turbodbc connection sa.create_engine(‘vertica+turbodbc:///?DSN=dsn’)

# for vertica-python connection sa.create_engine(‘vertica+vertica_python://user:pwd@host:port/database’) Installation From PyPI:

pip install sqlalchemy-vertica-dialect[pyodbc,turbodbc,vertica-python] # choose the relevant engines From git:

git clone https://github.com/vertica/sqlalchemy-vertica cd sqlalchemy-vertica pip install pyodbc turbodbc vertica-python # choose the relevant engines python setup.py install

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vertica-sqlalchemy-dialect-0.0.1-1.tar.gz (16.6 kB view hashes)

Uploaded Source

Built Distribution

vertica_sqlalchemy_dialect-0.0.1-py3-none-any.whl (18.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page