diff --git a/docs/installation.rst b/docs/installation.rst index baa14a67f..c6a7c37eb 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -417,6 +417,16 @@ existence of a functional SqlAlchemy dialect and Python driver. Googling the keyword ``sqlalchemy`` in addition of a keyword that describes the database you want to connect to should get you to the right place. +PostgreSQL +------------ + +The connection string for PostgreSQL looks like this :: + + postgresql+psycopg2://{username}:{password}@{host}:{port}/{database} + +See `psycopg2 SQLAlchemy `_. + + Hana ------------