Amazon Redshift Dialect for sqlalchemy
Project description
Amazon Redshift dialect for sqlalchemy.
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
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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size sqlalchemy_redshift-0.1.0-py2.py3-none-any.whl (7.2 kB) | File type Wheel | Python version 2.7 | Upload date | Hashes View |
Filename, size sqlalchemy-redshift-0.1.0.tar.gz (5.3 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for sqlalchemy_redshift-0.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74773d1d19f7e8fdbda2ff79ed1bfe8b495de851cecdad12c10b893a8b4d57ec |
|
MD5 | 5c41a150f753864a903baaefa85d887c |
|
BLAKE2-256 | 1403c4c57597907a042893abf2ab62bd32b2071a5bad378135f26eb2996aeda3 |
Close
Hashes for sqlalchemy-redshift-0.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73530a1aabd2c14dc716ad44fde50a304b1039e8d7884fc5f77ea91886ad322c |
|
MD5 | 88e80024d750cc516f62603191f01c9b |
|
BLAKE2-256 | 97ddf9ccad475f98937d6656ce78060b8ce0ef4d351be2f65aca72e4880cb278 |