Skip to main content

Amazon Redshift Dialect for sqlalchemy

Project description

Amazon Redshift dialect for sqlalchemy.

https://travis-ci.org/graingert/redshift_sqlalchemy.png?branch=master

Requirements

  • psycopg2 >= 2.5

  • SQLAlchemy 0.8

Usage

DSN format is simpilar to that of regular postgres:

from sqlalchemy import create_engine

engine = create_engine(“redshift+psycopg2://username@host.amazonaws.com:5439/database”

Notes

Currently, contraints and indexes return nothing when intropecting tables. This comes from the redshift implementation of the postgresql api == 8.0

0.1.0 (2015-05-11)

  • First version of sqlalchemy-redshift that can be installed from PyPI

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-redshift-0.1.0.tar.gz (5.3 kB view hashes)

Uploaded Source

Built Distribution

sqlalchemy_redshift-0.1.0-py2.py3-none-any.whl (7.2 kB view hashes)

Uploaded Python 2 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