Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 583 Bytes

README.rst

File metadata and controls

26 lines (16 loc) · 583 Bytes

redshift_sqlalchemy

Amazon Redshift dialect for sqlalchemy.

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

Requirements

  • pysocpg2 >= 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:https://[email protected]:5439/database"

Notes

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