Vertica dialect for sqlalchemy
Project description
sqlalchemy-vertica Vertica dialect for sqlalchemy.
Forked from the sqlalchemy-vertica repository <https://github.com/startappdev/sqlalchemy-vertica>. Unfortunately, sqlalchemy-vertica was removed from pypi. As of Sept 28, 2018 this version supports querying views. This is version is not a state of the art, nor does it follow the principles outlinedb by SQLAlchemy at:https://github.com/zzzeek/sqlalchemy/blob/master/README.dialects.rst. However, I will slowly start upgrading the code base to meet standards and submit so that it becomes an external dialect in SQLAlchemy. Anyone interested in helping is welcome to contribute and/or submit issues/ideas.
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[pyodbc,turbodbc,vertica-python] # choose the relevant engines From git:
git clone https://github.com/startappdev/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
File details
Details for the file sqlalchemy-vertica-dialect-0.0.5.tar.gz
.
File metadata
- Download URL: sqlalchemy-vertica-dialect-0.0.5.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7637a2547c0d275b2d88a315e6759fd89238a788703d69a4071213bbc0718a84 |
|
MD5 | 0c85c0024eed1b5a3f5293dcd04ae653 |
|
BLAKE2b-256 | 4360cf426a277771bbb788e7f156032da2b796dde26d58325ec2fb8fe11a8532 |