summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/base.py')
-rw-r--r--lib/sqlalchemy/dialects/postgresql/base.py14
1 files changed, 12 insertions, 2 deletions
diff --git a/lib/sqlalchemy/dialects/postgresql/base.py b/lib/sqlalchemy/dialects/postgresql/base.py
index d23920c5e..0d2cb3c8f 100644
--- a/lib/sqlalchemy/dialects/postgresql/base.py
+++ b/lib/sqlalchemy/dialects/postgresql/base.py
@@ -6,8 +6,18 @@
"""Support for the PostgreSQL database.
-For information on connecting using specific drivers, see the documentation
-section regarding that driver.
+DBAPI Support
+-------------
+
+The following dialect/driver options are available:
+
+* :ref:`psycopg2`
+
+* :ref:`pg8000`
+
+* :ref:`pypostgresql`
+
+* :ref:`zxjdbc`
Sequences/SERIAL
----------------