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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vertica-sqlalchemy-dialect-0.0.1-1.tar.gz.
File metadata
- Download URL: vertica-sqlalchemy-dialect-0.0.1-1.tar.gz
- Upload date:
- Size: 16.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29cdd241a62cae279c1e8177fde7e5a05b6ccec3c870f3dc7c2c40c33f07738a
|
|
| MD5 |
dfe815b04b259ad078aafb8aed0b99d9
|
|
| BLAKE2b-256 |
3b9507ce47fb9020a56e2af720222e62a18ba91f4bf82e12da76cbc35a857154
|
File details
Details for the file vertica_sqlalchemy_dialect-0.0.1-py3-none-any.whl.
File metadata
- Download URL: vertica_sqlalchemy_dialect-0.0.1-py3-none-any.whl
- Upload date:
- Size: 18.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e3e85fb5bf5a196711ec8902736c4cf75027e3b041a953c361cdd0a7983ef99
|
|
| MD5 |
b7fac3c336d025d0165818ffb2c62036
|
|
| BLAKE2b-256 |
2f8728108fd8205ebc2f1a26c1f5849cd387eda884be195c5dac1c9e79cbd701
|