Skip to content

Commit 670bc9c

Browse files
author
Thomas Grainger
committed
transition to sqlalchemy-redshift
1 parent caecb70 commit 670bc9c

11 files changed

+7
-697
lines changed

.travis.yml

-10
This file was deleted.

README.rst

+1-23
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,4 @@
11
redshift_sqlalchemy
22
==================
33

4-
Amazon Redshift dialect for sqlalchemy.
5-
6-
.. image:: https://travis-ci.org/binarydud/redshift_sqlalchemy.png?branch=master
7-
8-
Requirements
9-
-------------
10-
* pysocpg2 >= 2.5
11-
* SQLAlchemy 0.8
12-
13-
14-
Usage
15-
-----
16-
DSN format is simpilar to that of regular postgres:
17-
18-
from sqlalchemy import create_engine
19-
20-
engine = create_engine("redshift+psycopg2://[email protected]:5439/database"
21-
22-
Notes
23-
-----
24-
25-
Currently, contraints and indexes return nothing when intropecting tables. This comes from the redshift implementation of the postgresql api == 8.0
26-
4+
Amazon Redshift dialect for sqlalchemy has moved to https://pypi.python.org/pypi/sqlalchemy-redshift

redshift_sqlalchemy/__init__.py

-6
This file was deleted.

redshift_sqlalchemy/dialect.py

-310
This file was deleted.

runtests.py

-18
This file was deleted.

setup.cfg

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
[pytest]
2-
norecursedirs = .svn .git _build tmp* venv redshift_sqlalchemy
3-
1+
[bdist_wheel]
2+
universal=1

0 commit comments

Comments
 (0)