Amazon Redshift Dialect for sqlalchemy
Project description
Amazon Redshift dialect for SQLAlchemy.
Requirements
psycopg2 >= 2.5
SQLAlchemy 0.8
Usage
The DSN format is similar to that of regular Postgres:
from sqlalchemy import create_engine
engine = create_engine(“redshift+psycopg2://username@host.amazonaws.com:5439/database”
Notes
Currently, constraints and indexes return nothing when introspecting tables. This is because Redshift implements version 8.0 of the PostgreSQL API.
0.1.2 (2015-08-11)
0.1.1 (2015-05-20)
Register RedshiftImpl as an alembic 3rd party dialect.
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.
Source Distribution
Built Distribution
Close
Hashes for sqlalchemy-redshift-0.1.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0d16d8fc82f41b9fc0a06d1b6dbc363a55bff5585f0c68635ea4cb275876b34 |
|
MD5 | 161094fcd8c886965d949908fc1e37ac |
|
BLAKE2b-256 | a2eea7febd65522539be2227af90615b00bf0303fbf03e049aa8356686630ef7 |
Close
Hashes for sqlalchemy_redshift-0.1.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13fed62427723ccb0aea9207f1340115ce6c1f577c60aecc523ad546e67d9aa2 |
|
MD5 | 9f6b52776b2f65695d62a3210fd46a57 |
|
BLAKE2b-256 | f173d75d8648f7426fd237fa18d94f928ccef462c7fcc58f205d1596f2ee6e8f |