Skip to content

Latest commit

History

29 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

sqlalchemy-vertica-python

Vertica dialect for sqlalchemy.

This module implements a Vertica dialect for SQLAlchemy using vertica-python. Engine creation:

importsqlalchemyassasa.create_engine('vertica+vertica_python://user:pwd@host:port/database')

Installation

From git:

git clone https://github.com/LocusEnergy/vertica-sqlalchemy
cd vertica-sqlalchemy
python setup.py install

Known Issues

  • Error handling is subpar. In particular, sqlalchemy attempts to raise a dbapi.Error, which vertica_python does not have. This can likely be fixed in the future by overriding some of the Default Dialect methods.

About

vertica dialect for sqlalchemy

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages