Skip to content

Commit

Permalink
README fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jklukas committed Oct 23, 2015
1 parent 731b72c commit 68dc36b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
redshift_sqlalchemy
sqlalchemy-redshift
===================

Amazon Redshift dialect for SQLAlchemy.

.. image:: https://travis-ci.org/sqlalchemy-redshift/sqlalchemy-redshift.png?branch=master
:target: https://travis-ci.org/sqlalchemy-redshift/sqlalchemy-redshift
:alt: Travis CI build status

Installation
------------
Expand All @@ -20,5 +22,6 @@ The DSN format is similar to that of regular Postgres::
>>> sa.create_engine('redshift+psycopg2://username@host.amazonaws.com:5439/database')
Engine(redshift+psycopg2://username@host.amazonaws.com:5439/database)

See the docstring for `RedshiftDDLCompiler` in
`dialect.py <redshift_sqlalchemy/dialect.py>`_ for more detail.
See the `RedshiftDDLCompiler documentation
<http://sqlalchemy-redshift.readthedocs.org/en/latest/ddl-compiler.html>`_
for details on Redshift-specific features the dialect supports.

0 comments on commit 68dc36b

Please sign in to comment.