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

sqlalchemy-vertica-dialec-0.1.3.tar.gz (18.1 kB view details)

Uploaded Source

File details

Details for the file sqlalchemy-vertica-dialec-0.1.3.tar.gz.

File metadata

File hashes

Hashes for sqlalchemy-vertica-dialec-0.1.3.tar.gz
Algorithm Hash digest
SHA256 50c29a0d1005670fe2e9e0e23ebf3ee52de2f538e24f5d27441f20edb315361b
MD5 0698dee3c6ec34ced13a7088754574ea
BLAKE2b-256 6c6eee0ac76c54cd91cdc8d6fd01de42a0fc02de44942f06fb78b02fa163c4c7

See more details on using hashes here.

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